Comparing version 1.0.3 to 2.0.0
@@ -77,5 +77,5 @@ var once = require('once') | ||
return streams.reduce(pipe) | ||
streams.reduce(pipe) | ||
} | ||
module.exports = pump |
{ | ||
"name": "pump", | ||
"version": "1.0.3", | ||
"version": "2.0.0", | ||
"repository": "git://github.com/mafintosh/pump.git", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -35,3 +35,3 @@ var pump = require('./index') | ||
pump(rs, toHex(), toHex(), toHex(), ws, function () { | ||
var res = pump(rs, toHex(), toHex(), toHex(), ws, function () { | ||
callbackCalled = true | ||
@@ -41,2 +41,6 @@ check() | ||
if (res) { | ||
process.exit(1); | ||
} | ||
setTimeout(function () { | ||
@@ -43,0 +47,0 @@ rs.destroy() |
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
7075
145