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

gulp-unzip

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-unzip - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

2

index.js
var through = require('through2');
var gutil = require('gulp-util')
var unzip = require('unzip')
var unzip = require('unzipper')
var fs = require('fs')

@@ -5,0 +5,0 @@ var defaults = require('defaults')

{
"name": "gulp-unzip",
"version": "0.1.4",
"version": "0.2.0",
"description": "gulp plugin for unzip",

@@ -8,3 +8,3 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/suisho/gulp-unzip.git"
"url": "https://github.com/inuscript/gulp-unzip.git"
},

@@ -20,9 +20,9 @@ "scripts": {

],
"author": "suisho",
"author": "inuscript",
"license": "BSD-2-Clause",
"dependencies": {
"unzip": "^0.1.11",
"defaults": "^1.0.0",
"gulp-util": "^2.2.14",
"through2": "^0.4.1",
"defaults": "^1.0.0"
"unzipper": "^0.7.1"
},

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

@@ -1,2 +0,2 @@

![travis](https://travis-ci.org/suisho/gulp-unzip.svg)
[![travis](https://travis-ci.org/inuscript/gulp-unzip.svg)](https://travis-ci.org/inuscript/gulp-unzip)
# gulp-unzip

@@ -59,2 +59,2 @@ > gulp plugin for unzip file.

- Cause `RangeError: Maximum call stack size exceeded` when open large zip file
- https://github.com/suisho/gulp-unzip/issues/2
- https://github.com/inuscript/gulp-unzip/issues/2
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