Comparing version 2.6.4 to 2.6.5
@@ -305,3 +305,4 @@ 'use strict' | ||
if (this.pipes.length) | ||
this.pipes.forEach(p => p.dest.write(data) || this.pause()) | ||
this.pipes.forEach(p => | ||
p.dest.write(data) === false && this.pause()) | ||
} else if (ev === 'end') { | ||
@@ -308,0 +309,0 @@ // only actual end gets this treatment |
{ | ||
"name": "minipass", | ||
"version": "2.6.4", | ||
"version": "2.6.5", | ||
"description": "minimal implementation of a PassThrough 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
18549
368