Socket
Socket
Sign inDemoInstall

extract-zip

Package Overview
Dependencies
19
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.8 to 1.7.0

6

index.js

@@ -35,2 +35,8 @@ var fs = require('fs')

zipfile.on('error', function (err) {
if (err) {
cancelled = true
return cb(err)
}
})
zipfile.readEntry()

@@ -37,0 +43,0 @@

10

package.json
{
"name": "extract-zip",
"version": "1.6.8",
"version": "1.7.0",
"description": "unzip a zip file into a directory using 100% javascript",

@@ -21,6 +21,6 @@ "main": "index.js",

"dependencies": {
"concat-stream": "1.6.2",
"debug": "2.6.9",
"mkdirp": "0.5.4",
"yauzl": "2.4.1"
"concat-stream": "^1.6.2",
"debug": "^2.6.9",
"mkdirp": "^0.5.4",
"yauzl": "^2.10.0"
},

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc