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.1 to 1.1.2

6

lib/zip/index.js

@@ -26,2 +26,8 @@ 'use strict';

} else if (file.isDirectory()) {
// In Windows, directories have a 666 permissions. This doesn't go well
// on OS X and Linux, where directories are expected to be 755.
if (/win32/.test(process.platform)) {
opts.mode = 16877;
}
zip.addEmptyDirectory(path, opts);

@@ -28,0 +34,0 @@ } else if (file.isBuffer()) {

2

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