
Product
Introducing the Alert Details Page: A Better Way to Explore Alerts
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.
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
The npm package iso-dht receives a total of 0 weekly downloads. As such, iso-dht popularity was classified as not popular.
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
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.

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.