bittorrent-protocol
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -6,3 +6,3 @@ module.exports = Wire | ||
var debug = require('debug')('bittorrent-protocol') | ||
var extend = require('extend.js') | ||
var extend = require('xtend') | ||
var inherits = require('inherits') | ||
@@ -346,3 +346,3 @@ var speedometer = require('speedometer') | ||
// Create extended message object from registered extensions | ||
var msg = extend({}, this.extendedHandshake) | ||
var msg = extend(this.extendedHandshake) | ||
msg.m = {} | ||
@@ -349,0 +349,0 @@ for (var ext in this.extendedMapping) { |
{ | ||
"name": "bittorrent-protocol", | ||
"description": "Simple, robust, BitTorrent peer wire protocol implementation", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"author": { | ||
@@ -17,5 +17,5 @@ "name": "Feross Aboukhadijeh", | ||
"debug": "^2.0.0", | ||
"extend.js": "^0.0.2", | ||
"inherits": "^2.0.1", | ||
"speedometer": "^0.1.2" | ||
"speedometer": "^0.1.2", | ||
"xtend": "^4.0.0" | ||
}, | ||
@@ -22,0 +22,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
35864
+ Addedxtend@^4.0.0
+ Addedxtend@4.0.2(transitive)
- Removedextend.js@^0.0.2
- Removedextend.js@0.0.2(transitive)