Comparing version 0.3.3 to 0.3.4
@@ -12,3 +12,3 @@ var once = require('once'); | ||
var isFS = function(stream) { | ||
return (stream instanceof (fs.ReadStream || noop) || stream instanceof fs.WriteStream) && isFn(stream.close); | ||
return (stream instanceof (fs.ReadStream || noop) || stream instanceof (fs.WriteStream || noop)) && isFn(stream.close); | ||
}; | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "pump", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"repository": "git://github.com/mafintosh/pump.git", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
4689