Socket
Socket
Sign inDemoInstall

unzipper

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unzipper - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

6

lib/parse.js

@@ -64,3 +64,7 @@ var util = require('util');

var entry = Stream.PassThrough();
entry.autodrain = () => this.pipe(noopStream());
entry.autodrain = () => new Promise( (resolve,reject) => {
entry.pipe(noopStream());
entry.on('finish',resolve);
entry.on('error',reject);
});
entry.path = fileName;

@@ -67,0 +71,0 @@ entry.props = {};

2

package.json
{
"name": "unzipper",
"version": "0.3.1",
"version": "0.3.2",
"description": "Unzip cross-platform streaming API ",

@@ -5,0 +5,0 @@ "author": "Evan Oxfeld <eoxfeld@gmail.com>",

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