parallel-stream
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -38,2 +38,3 @@ var stream = require('stream'); | ||
var writable = new stream.Writable(options); | ||
writable.setMaxListeners(Infinity); | ||
function internal() { | ||
@@ -148,2 +149,3 @@ // conditional to cover various versions of node.js | ||
var transform = new stream.Transform(options); | ||
transform.setMaxListeners(Infinity); | ||
transform.pending = 0; | ||
@@ -150,0 +152,0 @@ |
{ | ||
"name": "parallel-stream", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Concurrent transform stream", | ||
@@ -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
21242
493