Comparing version 1.1.8 to 1.1.9
@@ -89,2 +89,4 @@ 'use strict' | ||
this.emit('data', chunk) | ||
if (!this.buffer.length) | ||
this.emit('drain') | ||
return chunk | ||
@@ -91,0 +93,0 @@ } |
{ | ||
"name": "minipass", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"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
142998
873