This is the Pangea JavaScript repository.
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
- List of Pangea JavaScript examples per service Click here
|- README.md: This readme file Click here
|- examples: SDK examples folder Clik here
|----- audit: Audit service examples Click here
|----- authn: AuthN service examples Click here
|----- embargo: Embargo service examples Click here
|----- intel: Intel services (IP, File, Domain, URL, User) examples Click here
|----- react-audit-log-viewer: React audit log viewer example Click here
|----- redact: Redact service examples Click here
|----- vault: Vault service examples Click here
|- packages: Here you will found out all javascript packages (7 available now) Click here
|----- pangea-node-sdk: Node Pangea SDK folder. Also available through yarn add pangea-node-sdk
or npm install pangea-node-sdk
Click here
|--------- README.md: Node Pangea SDK install and usage instructions Click here
|--------- CHANGELOG.md: Node SDK version changes tracking Click here
|----- react-auth: React Auth component Click here
|----- react-mui-audit-log-viewer: React Audit log viewer Click here
|----- react-mui-authn: React Authn component Click here
|----- react-mui-branding: React branding component Click here
|----- react-mui-shared: React shared components Click here
|----- vanilla-js: Vanilla JS SDK Click here
When contributing to this repository, run the following commands to enable git pre-commit linting
% yarn install
% yarn prepare