Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

onezip

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onezip - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

10

lib/onezip.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc