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.0 to 1.2.1

5

lib/src/index.js

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

// directories
if (/\/$/.test(entry.fileName)) {
stat.mode = (stat.mode & ~constants.S_IFMT) | constants.S_IFDIR;
}
var file = {

@@ -41,0 +46,0 @@ path: entry.fileName,

2

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