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.3 to 0.1.4

8

index.js

@@ -13,3 +13,3 @@ var through = require('through2');

}
var opts = {};

@@ -19,3 +19,3 @@ options = options || {};

opts.keepEmpty = options.keepEmpty || false;
// unzip file

@@ -31,3 +31,3 @@ var self = this

}
entry.pipe(through.obj(function(chunk, enc, cb){

@@ -38,3 +38,3 @@ // gutil.log("Find file: "+ entry.path)

}, function(cb){
if(chunks.length > 0 || opts.keepEmpty){
if(entry.type == 'File' && (chunks.length > 0 || opts.keepEmpty)){
self.push(new gutil.File({

@@ -41,0 +41,0 @@ cwd : "./",

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

@@ -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