Comparing version 2.3.1 to 2.3.2
@@ -268,2 +268,5 @@ 'use strict' | ||
} else if (ev === 'end') { | ||
if (this[EMITTED_END]) | ||
return | ||
this[EMITTED_END] = true | ||
@@ -270,0 +273,0 @@ this.readable = false |
{ | ||
"name": "minipass", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"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
13478
320