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

gulp-vinyl-zip

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-vinyl-zip - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

6

lib/zip/index.js

@@ -13,2 +13,3 @@ 'use strict';

var zip = new yazl.ZipFile();
var isEmpty = true;

@@ -43,4 +44,9 @@ var stream = through.obj(function(file, enc, cb) {

isEmpty = false;
cb();
}, function(cb) {
if (isEmpty && options.unlessEmpty) {
return cb();
}
stream.push(new File({path: zipPath, contents: zip.outputStream}));

@@ -47,0 +53,0 @@ zip.end(function() {

2

package.json
{
"name": "gulp-vinyl-zip",
"version": "2.0.0",
"version": "2.1.0",
"description": "Streaming vinyl adapter for zip archives",

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