https://github.com/paypal/paypal-identity-components
Identity components for PayPal SDK
https://github.com/paypal/paypal-identity-components
Last synced: about 1 year ago
JSON representation
Identity components for PayPal SDK
- Host: GitHub
- URL: https://github.com/paypal/paypal-identity-components
- Owner: paypal
- License: apache-2.0
- Created: 2020-02-21T22:21:54.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T19:40:16.000Z (over 2 years ago)
- Last Synced: 2024-10-16T00:10:36.344Z (almost 2 years ago)
- Language: JavaScript
- Size: 416 KB
- Stars: 11
- Watchers: 21
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
## PayPal Auth Components
[](https://www.npmjs.com/package/@paypal/identity-components)
## Development
Please feel free to follow the [Contribution Guidelines](./CONTRIBUTING.md) to contribute to this repository. PRs are welcome, but for major changes please raise an issue first.
### Quick Setup
Set up your env:
```bash
npm install
```
Run tests:
```bash
npm test
```
Run in dev mode:
```bash
npm run dev
```
## Test Tasks
```
npm test
```
| Flags | Description |
| ------------- | -------------------------------------------- |
| --clear-cache | Clear Babel Loader and PhantomJS cache |
| --debug | Debug mode. PhantomJS, Karma, and AuthJS |
| --quick | Fastest testing. Minimal output, no coverage |
| --browser | Choose Browser |
## Releasing
This package is published weekly, **Every Wednesday**. Please [view our Changelog](CHANGELOG.md) to stay updated with bug fixes and new features.