New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-unzip

Package Overview
Dependencies
Maintainers
1
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.0 to 0.1.1

4

index.js

@@ -5,4 +5,4 @@ var through = require('through2');

var fs = require('fs')
var minimatch = require('minimatch')
var defaults = require('lodash.defaults')
var defaults = require('defaults')
module.exports = function(extractOption){

@@ -9,0 +9,0 @@ function transform(file, enc, callback){

{
"name": "gulp-unzip",
"version": "0.1.0",
"version": "0.1.1",
"description": "gulp plugin for unzip",

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

"through2": "~0.4.1",
"lodash.defaults": "~2.4.1"
"defaults": "^1.0.0"
},

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

"assert-plus": "~0.1.5",
"minimatch": "~0.2.14",
"gulp-concat": "~2.2.0"
"gulp-concat": "~2.2.0",
"minimatch": "^0.2.14"
}
}

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

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

@@ -9,2 +10,3 @@ > gulp plugin for unzip file.

```js
gulp.task('filter_sample', function(){
var minimatch = require('minimatch')

@@ -14,2 +16,3 @@ gulp.src("./download/bootstrap-3.1.1-dist.zip")

.pipe(gulp.dest('./tmp'))
})
```

@@ -26,4 +29,4 @@

```js
var concat = require('gulp-concat')
var minimatch = require('minimatch')
var concat = require('gulp-concat')
var minimatch = require('minimatch')
gulp.task('filter_sample', function(){

@@ -30,0 +33,0 @@ gulp.src("./download/bootstrap-3.1.1-dist.zip")

Sorry, the diff of this file is not supported yet

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