Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@nillion/nuc

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

@nillion/nuc

A TypeScript library for working with Nillion's authentication system.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
3
Created
Source

nuc

A TypeScript library for working with Nillion's authentication system.

CI CD GitHub package.json version npm

Installation and Usage

The library can be imported in the usual ways:

import * as Nuc from '@nillion/nuc';

Development

This project is managed via pnpm. To install dependencies run:

pnpm install

Documentation

The documentation can be generated automatically from the source files using TypeDoc:

pnpm docs

Testing and Conventions

All unit tests are executed and their coverage is measured when using vitest:

pnpm test --coverage

Style conventions are enforced using Biome:

biome check

Contributions

In order to contribute to the source code, open an issue or submit a pull request on the GitHub page for this library.

Versioning

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.

Publishing

This library can be published as a package on npmjs via the GitHub Actions workflow.

License

This project is licensed under the MIT License.

FAQs

Package last updated on 15 Aug 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