
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@litentry/sidechain-api
Advanced tools
This library contains the Litentry Network API types and types definitions.
This library contains the Litentry Network API types and types definitions.
These types were auto generated using Polkadot.js Type Generation
Install the package from NPM
npm install @litentry/sidechain-api
Import type definitions as needed:
import type { LitentryIdentity } from "@litentry/sidechain-api";
function myFunction(identity: LitentryIdentity) {
// ...
}
This package is distributed under two main tags: next and latest.
Versions in the pattern of x.x.x-next.x feature the most recent code version to work with tee-dev. E.g., 1.0.0-next.0. Once stable and once the Litentry Protocol is upgraded, the version will be tagged as latest and should be used against tee-prod. E.g.1.0.0.
Update the CHANGELOG.md file.
Build the package
pnpm run build
Publish the distribution files
Use next tag for preview versions. Use latest tag for
# for preview versions
npm publish --access=public --tag next
# for stable versions
npm publish --access=public --tag latest
Please read the commands of client-api.
FAQs
This library contains the Litentry Network API types and types definitions.
The npm package @litentry/sidechain-api receives a total of 30 weekly downloads. As such, @litentry/sidechain-api popularity was classified as not popular.
We found that @litentry/sidechain-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?

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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.