stream-splicer
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -45,2 +45,3 @@ var Duplex = require('readable-stream').Duplex; | ||
this.once('finish', function () { | ||
self._notEmpty(); | ||
self._streams[0].end(); | ||
@@ -47,0 +48,0 @@ }); |
{ | ||
"name": "stream-splicer", | ||
"version": "1.3.1", | ||
"version": "1.3.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
26678
20
654