New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.0 to 1.1.1

5

lib/src/index.js

@@ -35,2 +35,7 @@ 'use strict';

// just skip directories
if (/\/$/.test(entry.fileName)) {
return;
}
var stat = new fs.Stats();

@@ -37,0 +42,0 @@ stat.mode = modeFromEntry(entry);

2

package.json
{
"name": "gulp-vinyl-zip",
"version": "1.1.0",
"version": "1.1.1",
"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