New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@permanentorg/sdk

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@permanentorg/sdk

Functional Node.js SDK for Permanent.org

latest
Source
npmnpm
Version
0.10.1
Version published
Maintainers
3
Created
Source

lint test codecov

@permanentorg/sdk

This project is a TypeScript SDK for interfacing with Permanent.org's API.

You can view the project's changelog to learn more about our releases.

Code

The project is organized as follows:

- docs // Contains documentation related to the project
- src  // Contains all project code
| - sdk   // The core / exposed functionality of the SDK
| - utils.ts
| - types.ts
| - index.ts // project root, exports the full contents of /sdk and the externally needed types from types.js

Publishing

This can be published to npm with the publish (npm) GitHub Action. Make sure to update the change log and increase the version number in package.json when you do so.

Contributing

Contributors to this repository agree to adhere to the Contributor Covenant Code of Conduct. To report violations, get in touch with engineers@permanent.org.

The version of NodeJS used for development is specified in .node-version located at the project root.

Be sure to include updates to the changelog as part of any contribution.

Security

Found a vulnerability? Report this and any other security concerns to engineers@permanent.org.

License

This code is free and open source software licensed under the MIT License.

FAQs

Package last updated on 03 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts