Package Licenses
Apache-2.0
Dependency Licenses
MIT9
Package | Relation | Dependencies | Published |
---|---|---|---|
fast-fifo • 1.3.2A fast fifo implementation similar to the one powering nextTick in Node.js core | INDIRECT | 0 | |
hypercore-crypto • 3.4.2The crypto primitives used in hypercore, extracted into a separate module | DIRECT | 5 | |
node-gyp-build • 4.8.2Build tool and bindings loader for node-gyp that supports prebuilds | INDIRECT | 0 | |
queue-tick • 1.0.1Next tick shim that prefers process.nextTick over queueMicrotask for compat | INDIRECT | 0 | |
sodium-native • 4.2.2Low level bindings for libsodium | INDIRECT | 1 | |
sodium-secretstream • 1.1.1Wraps libsodiums secretstream in a higher level abstraction | DIRECT | 4 | |
sodium-universal • 4.0.1Universal wrapper for sodium-javascript and sodium-native working in Node.js and the Browser | DIRECT | 2 | |
streamx • 2.20.1An iteration of the Node.js core streams with a series of improvements | DIRECT | 4 | |
timeout-refresh • 2.0.1Efficiently refresh a timer | DIRECT | 0 |
Apache-2.04
Package | Relation | Dependencies | Published |
---|---|---|---|
b4a • 1.6.7Bridging the gap between buffers and typed arrays | DIRECT | 0 | |
bare-events • 2.5.0Event emitters for JavaScript | INDIRECT | 0 | |
compact-encoding • 2.15.0A series of compact encoding schemes for building small and fast parsers and serializers | INDIRECT | 1 | |
text-decoder • 1.2.1Streaming text decoder that preserves multibyte Unicode characters | INDIRECT | 0 |
ISC3
Package | Relation | Dependencies | Published |
---|---|---|---|
nanoassert • 2.0.0Nanoscale assertion module | INDIRECT | 0 | |
noise-curve-ed • 2.0.1Ed25519 elliptic curve operations for [`noise-handshake`](https://github.com/chm-diederichs/noise-handshake) | DIRECT | 5 | |
noise-handshake • 3.1.0## Usage ```js const Noise = require('noise-handshake') const Cipher = require('noise-handshake/cipher') const initiator = new Noise('IK', true) const responder = new Noise('IK', false) | DIRECT | 5 |