bittorrent-protocol
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -5,3 +5,2 @@ const arrayRemove = require('unordered-array-remove') | ||
const debug = require('debug')('bittorrent-protocol') | ||
const extend = require('xtend') | ||
const randombytes = require('randombytes') | ||
@@ -235,3 +234,3 @@ const speedometer = require('speedometer') | ||
// Create extended message object from registered extensions | ||
const msg = extend(this.extendedHandshake) | ||
const msg = Object.assign({}, this.extendedHandshake) | ||
msg.m = {} | ||
@@ -238,0 +237,0 @@ for (const ext in this.extendedMapping) { |
{ | ||
"name": "bittorrent-protocol", | ||
"description": "Simple, robust, BitTorrent peer wire protocol implementation", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"author": { | ||
@@ -15,9 +15,8 @@ "name": "WebTorrent, LLC", | ||
"bencode": "^2.0.0", | ||
"bitfield": "^2.0.0", | ||
"debug": "^3.1.0", | ||
"bitfield": "^3.0.0", | ||
"debug": "^4.1.1", | ||
"randombytes": "^2.0.5", | ||
"readable-stream": "^2.3.2", | ||
"readable-stream": "^3.0.0", | ||
"speedometer": "^1.0.0", | ||
"unordered-array-remove": "^1.0.2", | ||
"xtend": "^4.0.0" | ||
"unordered-array-remove": "^1.0.2" | ||
}, | ||
@@ -24,0 +23,0 @@ "devDependencies": { |
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
7
32764
637
+ Addedbitfield@3.0.0(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedstring_decoder@1.3.0(transitive)
- Removedxtend@^4.0.0
- Removedbitfield@2.0.0(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removeddebug@3.2.7(transitive)
- Removedisarray@1.0.0(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedxtend@4.0.2(transitive)
Updatedbitfield@^3.0.0
Updateddebug@^4.1.1
Updatedreadable-stream@^3.0.0