stream-exhaust
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -32,4 +32,4 @@ var Writable = require('stream').Writable; | ||
Sink.prototype._write = function(_, _, cb) { | ||
Sink.prototype._write = function(chunk, encoding, cb) { | ||
setImmediate(cb); | ||
}; |
{ | ||
"name": "stream-exhaust", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Ensure that a stream is flowing data without mutating it", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6473