Comparing version 4.2.0 to 4.2.1
@@ -178,5 +178,3 @@ 'use strict'; | ||
}) | ||
.on('end', () => { | ||
end(); | ||
}); | ||
.on('end', end); | ||
}; | ||
@@ -211,5 +209,3 @@ | ||
zipfile.once('end', () => { | ||
fn(); | ||
}); | ||
zipfile.once('end', fn); | ||
}); | ||
@@ -222,3 +218,3 @@ }); | ||
const lazyEntries = true; | ||
const autoClose = false; | ||
const autoClose = true; | ||
const options = { | ||
@@ -225,0 +221,0 @@ lazyEntries, |
{ | ||
"name": "onezip", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "pack and extract .zip archives with emitter", | ||
@@ -39,15 +39,15 @@ "type": "commonjs", | ||
"devDependencies": { | ||
"@cloudcmd/stub": "^2.3.4", | ||
"@cloudcmd/stub": "^3.1.0", | ||
"@iocmd/wait": "^1.0.0", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^6.4.0", | ||
"eslint": "^7.3.1", | ||
"eslint-plugin-node": "^11.0.0", | ||
"eslint-plugin-putout": "^3.0.0", | ||
"madrun": "^5.0.1", | ||
"eslint-plugin-putout": "^5.0.0", | ||
"madrun": "^7.0.0", | ||
"mock-require": "^3.0.2", | ||
"nodemon": "^2.0.2", | ||
"nyc": "^15.0.0", | ||
"putout": "^7.3.1", | ||
"putout": "^9.0.0", | ||
"rimraf": "^3.0.0", | ||
"supertape": "^1.2.3" | ||
"supertape": "^2.0.1" | ||
}, | ||
@@ -54,0 +54,0 @@ "engines": { |
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
20211
360