bittorrent-protocol
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -0,1 +1,2 @@ | ||
/*! bittorrent-protocol. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */ | ||
const arrayRemove = require('unordered-array-remove') | ||
@@ -2,0 +3,0 @@ const bencode = require('bencode') |
{ | ||
"name": "bittorrent-protocol", | ||
"description": "Simple, robust, BitTorrent peer wire protocol implementation", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"author": { | ||
"name": "WebTorrent, LLC", | ||
"name": "WebTorrent LLC", | ||
"email": "feross@webtorrent.io", | ||
@@ -14,8 +14,8 @@ "url": "https://webtorrent.io" | ||
"dependencies": { | ||
"bencode": "^2.0.0", | ||
"bencode": "^2.0.1", | ||
"bitfield": "^3.0.0", | ||
"debug": "^4.1.1", | ||
"randombytes": "^2.0.5", | ||
"readable-stream": "^3.0.0", | ||
"speedometer": "^1.0.0", | ||
"debug": "^4.2.0", | ||
"randombytes": "^2.1.0", | ||
"readable-stream": "^3.6.0", | ||
"speedometer": "^1.1.0", | ||
"unordered-array-remove": "^1.0.2" | ||
@@ -25,3 +25,3 @@ }, | ||
"standard": "*", | ||
"tape": "^4.0.0" | ||
"tape": "^5.0.1" | ||
}, | ||
@@ -46,3 +46,17 @@ "keywords": [ | ||
"test": "standard && tape test/*.js" | ||
} | ||
}, | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/feross" | ||
}, | ||
{ | ||
"type": "patreon", | ||
"url": "https://www.patreon.com/feross" | ||
}, | ||
{ | ||
"type": "consulting", | ||
"url": "https://feross.org/support" | ||
} | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33137
638
Updatedbencode@^2.0.1
Updateddebug@^4.2.0
Updatedrandombytes@^2.1.0
Updatedreadable-stream@^3.6.0
Updatedspeedometer@^1.1.0