stream-splicer
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -140,6 +140,9 @@ var Duplex = require('readable-stream').Duplex; | ||
}); | ||
if (j < args.length - 1) stream.pipe(args[j+1]); | ||
reps.push(stream); | ||
})(arguments[j]); | ||
for (var i = 0; i < reps.length - 1; i++) { | ||
reps[i].pipe(reps[i+1]); | ||
} | ||
if (reps.length && self._streams[end]) { | ||
@@ -146,0 +149,0 @@ reps[reps.length-1].pipe(self._streams[end]); |
{ | ||
"name": "stream-splicer", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "streaming pipeline with a mutable configuration", | ||
@@ -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
24444
18
586