Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "pumpify", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Combine an array of streams into a single duplex stream using pump and duplexify", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -192,4 +192,7 @@ var tape = require('tape') | ||
var once = true | ||
rs._read = function () { | ||
process.nextTick(function () { | ||
if (!once) return | ||
once = false | ||
rs.push('hello world') | ||
@@ -196,0 +199,0 @@ }) |
Sorry, the diff of this file is not supported yet
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
10208
244