Comparing version 4.2.4 to 4.2.5
@@ -596,2 +596,3 @@ 'use strict' | ||
this.removeListener('end', onend) | ||
this.removeListener(DESTROYED, ondestroy) | ||
stop() | ||
@@ -603,2 +604,3 @@ reject(er) | ||
this.removeListener('end', onend) | ||
this.removeListener(DESTROYED, ondestroy) | ||
this.pause() | ||
@@ -610,2 +612,3 @@ resolve({ value: value, done: !!this[EOF] }) | ||
this.removeListener('data', ondata) | ||
this.removeListener(DESTROYED, ondestroy) | ||
stop() | ||
@@ -641,2 +644,3 @@ resolve({ done: true }) | ||
this.removeListener(ERROR, stop) | ||
this.removeListener(DESTROYED, stop) | ||
this.removeListener('end', stop) | ||
@@ -654,2 +658,3 @@ stopped = true | ||
this.once(ERROR, stop) | ||
this.once(DESTROYED, stop) | ||
@@ -656,0 +661,0 @@ return { |
{ | ||
"name": "minipass", | ||
"version": "4.2.4", | ||
"version": "4.2.5", | ||
"description": "minimal implementation of a PassThrough stream", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
Sorry, the diff of this file is not supported yet
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
69380
1340