
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@nillion/nuc
Advanced tools
A TypeScript library for working with Nillion's authentication system.
The library can be imported in the usual ways:
import * as Nuc from '@nillion/nuc';
This project is managed via pnpm. To install dependencies run:
pnpm install
The documentation can be generated automatically from the source files using TypeDoc:
pnpm docs
All unit tests are executed and their coverage is measured when using vitest:
pnpm test --coverage
Style conventions are enforced using Biome:
biome check
In order to contribute to the source code, open an issue or submit a pull request on the GitHub page for this library.
The version number format for this library and the changes to the library associated with version number increments conform with Semantic Versioning 2.0.0.
This library can be published as a package on npmjs via the GitHub Actions workflow.
This project is licensed under the MIT License.
FAQs
A TypeScript library for working with Nillion's authentication system.
We found that @nillion/nuc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.