bittorrent-protocol
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -5,4 +5,4 @@ module.exports = Wire | ||
var bncode = require('bncode') | ||
var inherits = require('inherits') | ||
var stream = require('stream') | ||
var util = require('util') | ||
@@ -26,3 +26,3 @@ var MESSAGE_PROTOCOL = new Buffer('\u0013BitTorrent protocol') | ||
util.inherits(Wire, stream.Duplex) | ||
inherits(Wire, stream.Duplex) | ||
@@ -85,3 +85,2 @@ function Wire () { | ||
Wire.prototype.destroy = function () { | ||
@@ -88,0 +87,0 @@ this.emit('close') |
{ | ||
"name": "bittorrent-protocol", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Simple, robust, BitTorrent peer wire protocol implementation", | ||
@@ -8,3 +8,4 @@ "main": "index.js", | ||
"bitfield": "~0.1.0", | ||
"bncode": "~0.5.0" | ||
"bncode": "~0.5.0", | ||
"inherits": "~2.0.1" | ||
}, | ||
@@ -11,0 +12,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
24175
3
+ Addedinherits@~2.0.1
+ Addedinherits@2.0.4(transitive)