Comparing version 4.1.2 to 4.2.0
@@ -265,3 +265,4 @@ 'use strict' | ||
this.warn(msg, error) | ||
this.emit('abort') | ||
this.emit('abort', error) | ||
this.emit('error', error) | ||
} | ||
@@ -293,3 +294,3 @@ | ||
this[UNZIP].on('error', er => | ||
this.abort('zlib error: ' + er.message, er)) | ||
this.abort(er.message, er)) | ||
this[UNZIP].on('end', _ => { | ||
@@ -296,0 +297,0 @@ this[ENDED] = true |
@@ -5,3 +5,3 @@ { | ||
"description": "tar for node", | ||
"version": "4.1.2", | ||
"version": "4.2.0", | ||
"repository": { | ||
@@ -23,3 +23,3 @@ "type": "git", | ||
"minipass": "^2.2.1", | ||
"minizlib": "^1.0.4", | ||
"minizlib": "^1.1.0", | ||
"mkdirp": "^0.5.0", | ||
@@ -26,0 +26,0 @@ "yallist": "^3.0.2" |
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
154292
23
2815
Updatedminizlib@^1.1.0