gulp-unzip
Advanced tools
Comparing version 0.1.4 to 0.2.0
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 |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3524
0
+ Addedunzipper@^0.7.1
+ Addedbluebird@3.4.7(transitive)
+ Addedbuffer-indexof-polyfill@1.0.2(transitive)
+ Addedbuffer-shims@1.0.0(transitive)
+ Addedduplexer2@0.1.4(transitive)
+ Addedfstream@1.0.12(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedlistenercount@1.0.1(transitive)
+ Addedprocess-nextick-args@1.0.7(transitive)
+ Addedreadable-stream@2.1.5(transitive)
+ Addedunzipper@0.7.6(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
- Removedunzip@^0.1.11
- Removedfstream@0.1.31(transitive)
- Removedgraceful-fs@3.0.12(transitive)
- Removedmatch-stream@0.0.2(transitive)
- Removednatives@1.1.6(transitive)
- Removedover@0.0.5(transitive)
- Removedpullstream@0.4.1(transitive)
- Removedslice-stream@1.0.0(transitive)
- Removedunzip@0.1.11(transitive)