Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
kademlia-dht-js
Advanced tools
$ npm install kademlia-dht-js
Kademlia has two main concepts:
KademliaNode
- has an id and constructors for creating a random nodes and nodes with predefined ids.KademliaRoutingTable
- after being initialised the Routing table can be updated with KademliaNodes which will then
be allocated in buckets. Node lookups are supported via the findClosest
method.Run one, or a combination of the following commands to lint and test your code:
$ npm run lint # Lint the source code with ESLint
$ npm test # Run unit tests with Mocha
$ npm run test:watch # Run unit tests with Mocha, and watch files for changes
$ npm run test:cover # Run unit tests with code coverage by Istanbul
MIT © 2016
FAQs
A Kademlia DHT implementation in JS/ES6
The npm package kademlia-dht-js receives a total of 2 weekly downloads. As such, kademlia-dht-js popularity was classified as not popular.
We found that kademlia-dht-js 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.