Socket
Socket
Sign inDemoInstall

extract-zip

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extract-zip - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

6

index.js

@@ -27,4 +27,6 @@ var fs = require('fs')

zipfile.on('close', function () {
debug('zip extraction complete')
cb()
if (!cancelled) {
debug('zip extraction complete')
cb()
}
})

@@ -31,0 +33,0 @@

{
"name": "extract-zip",
"version": "1.4.0",
"version": "1.4.1",
"description": "unzip a zip file into a directory using 100% pure gluten-free organic javascript",

@@ -5,0 +5,0 @@ "main": "index.js",

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