https://github.com/pangeacyber/pangea-javascript
Official Pangea JavaScript Monorepo
https://github.com/pangeacyber/pangea-javascript
javascript node pangea pangeacyber react sdk sdk-javascript
Last synced: 6 months ago
JSON representation
Official Pangea JavaScript Monorepo
- Host: GitHub
- URL: https://github.com/pangeacyber/pangea-javascript
- Owner: pangeacyber
- License: mit
- Created: 2022-08-17T22:57:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T12:29:37.000Z (6 months ago)
- Last Synced: 2025-04-06T13:31:36.465Z (6 months ago)
- Topics: javascript, node, pangea, pangeacyber, react, sdk, sdk-javascript
- Language: TypeScript
- Homepage: https://pangea.cloud
- Size: 63.1 MB
- Stars: 10
- Watchers: 9
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://pangea.cloud/docs/sdk/js/)
## Welcome
This is the Pangea JavaScript repository.
## Pangea JavaScript Tools
This is a list of tools or useful stuff that you will found out in this repository and their links
- Pangea Node.js SDK [Click here](/packages/pangea-node-sdk)
- List of Pangea JavaScript examples per service [Click here](/examples)## Repository structure
|- **README.md**: This readme file [Click here](/README.md)
|- **examples**: SDK examples folder [Clik here](/examples)
|----- **audit**: Audit service examples [Click here](/examples/audit)
|----- **authn**: AuthN service examples [Click here](/examples/authn)
|----- **embargo**: Embargo service examples [Click here](/examples/embargo)
|----- **intel**: Intel services (IP, File, Domain, URL, User) examples [Click here](/examples/intel)
|----- **react-audit-log-viewer**: React audit log viewer example [Click here](examples/react-audit-log-viewer)
|----- **redact**: Redact service examples [Click here](/examples/redact)
|----- **vault**: Vault service examples [Click here](/examples/vault)
|- **packages**: Here you will found out all javascript packages (7 available now) [Click here](/packages)
|----- **pangea-node-sdk**: Node Pangea SDK folder. Also available through `yarn add pangea-node-sdk` or `npm install pangea-node-sdk` [Click here](/packages/pangea-node-sdk)
|--------- **README.md**: Node Pangea SDK install and usage instructions [Click here](/packages/pangea-node-sdk/README.md)
|--------- **CHANGELOG.md**: Node SDK version changes tracking [Click here](/packages/pangea-node-sdk/CHANGELOG.md)
|----- **react-auth**: React Auth component [Click here](/packages/react-auth/)
|----- **react-mui-audit-log-viewer**: React Audit log viewer [Click here](/packages/react-mui-audit-log-viewer/)
|----- **react-mui-authn**: React Authn component [Click here](/packages/react-mui-authn/)
|----- **react-mui-branding**: React branding component [Click here](/packages/react-mui-branding/)
|----- **react-mui-shared**: React shared components [Click here](/packages/react-mui-shared/)
|----- **vanilla-js**: Vanilla JS SDK [Click here](/packages/vanilla-js/)## Development Setup
When contributing to this repository, run the following commands to enable git pre-commit linting
```
% yarn install
% yarn prepare
```