stream-stream
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -62,3 +62,3 @@ var util = require('util'); | ||
if(!(stream instanceof Readable)) { | ||
readable = new Readable({objectMode: true}); | ||
var readable = new Readable({objectMode: true}); | ||
stream = readable.wrap(stream); | ||
@@ -65,0 +65,0 @@ } |
{ | ||
"name": "stream-stream", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "A stream of streams in order to concatenates the contents of several streams", | ||
@@ -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
17942