stream-splicer
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -126,2 +126,5 @@ var Duplex = require('readable-stream').Duplex; | ||
for (var j = 2; j < args.length; j++) (function (stream) { | ||
if (isArray(stream)) { | ||
stream = new Pipeline(stream, self._options); | ||
} | ||
stream.on('error', function (err) { | ||
@@ -156,2 +159,6 @@ err.stream = this; | ||
Pipeline.prototype.get = function (index) { | ||
return this._streams[index]; | ||
}; | ||
Pipeline.prototype.indexOf = function (stream) { | ||
@@ -158,0 +165,0 @@ return indexof(this._streams, stream); |
{ | ||
"name": "stream-splicer", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "streaming pipeline with a mutable configuration", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
23265
17
547
134