
Product
Introducing Supply Chain Attack Campaigns Tracking in the Socket Dashboard
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.
An isolated `@hyperswarm/dht` bootstrap node and persistent peer for your private dht
An isolated @hyperswarm/dht bootstrap node and persistent peer for your private dht
npm i --save iso-dht
import IsoDHT from 'iso-dht'
const isodht = new IsoDHT('my.host.or.ip', { ports = { boot: 49737, peer: 49736 } })
await isodht.ready() // creates nodes
console.log(isodht.bootstrap) // get bootstrap info
const [boot, peer] = isodht.nodes // get bootstrap node and persistent peer
await isodht.close() // destroy both nodes
console.log(isodht.bootstrap) // []
console.log(idosht.nodes) // []
const isodht = new IsoDHT(host, [options])host should be the permanent ip address of the bootstrap node`
Options includes:
{
port: {
boot: Number, // port bootstrap node listens on, default = 49737
peer: Number, // port persistent peer listens on, default = 49736
}
}
await isodht.ready()await isodht.close([options])Options are passed through to @hyperswarm/dht's' await dht.destroy([options]) method
const [{ host: String, port: Number }] = isodht.bootstrapconst [bootDHTNode, peerDHTNode] = isodht.nodesnpm i -g iso-dht
iso-dht --host 1.1.11.111 --boot-port 49737 --peer-port 49736
iso-dht --host <host> --boot-port <port> --peer-port <port>
FAQs
An isolated `@hyperswarm/dht` bootstrap node and persistent peer for your private dht
We found that iso-dht demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.