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 1.2.2 to 1.3.0

.travis.yml

5

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

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

"vinyl": "^0.4.6",
"vinyl-fs": "^0.3.13",
"vinyl-fs": "^2.0.0",
"yauzl": "^2.2.1",

@@ -40,2 +40,3 @@ "yazl": "^2.2.1"

"devDependencies": {
"mocha": "^3.0.2",
"rimraf": "^2.2.8",

@@ -42,0 +43,0 @@ "temp": "^0.8.1"

2

README.md
# gulp-vinyl-zip
[![Build Status](https://travis-ci.org/joaomoreno/gulp-vinyl-zip.svg?branch=master)](https://travis-ci.org/joaomoreno/gulp-vinyl-zip)
A library for creating and extracting ZIP archives from/to streams.

@@ -4,0 +6,0 @@

@@ -71,4 +71,3 @@ 'use strict';

// TODO: this should be 4, but symlinks are not supported by vinyl-fs yet
assert.equal(3, fs.readdirSync(dest).length);
assert.equal(4, fs.readdirSync(dest).length);
cb();

@@ -75,0 +74,0 @@ });

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