New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bittorrent-dht

Package Overview
Dependencies
Maintainers
2
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bittorrent-dht - npm Package Compare versions

Comparing version 7.5.3 to 7.6.0

6

client.js

@@ -355,5 +355,5 @@ module.exports = DHT

DHT.prototype.listen = function (port, cb) {
if (typeof port === 'function') return this.listen(0, port)
this._rpc.bind(port, cb)
// listen([port], [address], [onlistening])
DHT.prototype.listen = function () {
this._rpc.bind.apply(this._rpc, arguments)
}

@@ -360,0 +360,0 @@

{
"name": "bittorrent-dht",
"description": "Simple, robust, BitTorrent DHT implementation",
"version": "7.5.3",
"version": "7.6.0",
"author": {

@@ -14,3 +14,3 @@ "name": "WebTorrent, LLC",

"dependencies": {
"bencode": "^0.11.0",
"bencode": "^1.0.0",
"buffer-equals": "^1.0.3",

@@ -20,3 +20,3 @@ "debug": "^2.2.0",

"k-bucket": "^3.0.1",
"k-rpc": "^4.0.0",
"k-rpc": "^4.1.0",
"lru": "^3.1.0",

@@ -23,0 +23,0 @@ "safe-buffer": "^5.0.1"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc