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 1.0.10 to 1.0.11

2

legacy/lib/onezip.js

@@ -12,3 +12,3 @@ 'use strict';

var assert = require('assert');
var pipe = require('pump');
var pipe = require('pipe-io/legacy');

@@ -15,0 +15,0 @@ var mkdirp = require('mkdirp');

@@ -10,3 +10,3 @@ 'use strict';

const assert = require('assert');
const pipe = require('pump');
const pipe = require('pipe-io/legacy');

@@ -13,0 +13,0 @@ const mkdirp = require('mkdirp');

{
"name": "onezip",
"version": "1.0.10",
"version": "1.0.11",
"description": "pack and extract .zip archives with emitter",

@@ -41,6 +41,6 @@ "main": "lib/onezip.js",

"mkdirp": "^0.5.1",
"pump": "^1.0.2",
"yargs-parser": "^7.0.0",
"yauzl": "^2.6.0",
"yazl": "^2.4.1"
"yazl": "^2.4.1",
"pipe-io": "^2.0.4"
},

@@ -47,0 +47,0 @@ "devDependencies": {

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