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 0.0.1 to 0.0.2

24

lib/dest/index.js

@@ -13,16 +13,18 @@ 'use strict';

if (file.stat.mode) {
stat.permissions = file.stat.mode;
}
if (file.stat) {
if (file.stat.mode) {
stat.permissions = file.stat.mode;
}
if (file.stat.atime) {
stat.atime = file.stat.atime;
}
if (file.stat.atime) {
stat.atime = file.stat.atime;
}
if (file.stat.ctime) {
stat.ctime = file.stat.ctime;
}
if (file.stat.ctime) {
stat.ctime = file.stat.ctime;
}
if (file.stat.mtime) {
stat.mtime = file.stat.mtime;
if (file.stat.mtime) {
stat.mtime = file.stat.mtime;
}
}

@@ -29,0 +31,0 @@

{
"name": "gulp-vinyl-zip",
"version": "0.0.1",
"version": "0.0.2",
"description": "Streaming vinyl adapter for zip archives",

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

"dependencies": {
"libarchive": "0.0.1",
"libarchive": "0.0.2",
"through2": "^0.6.3",

@@ -30,0 +30,0 @@ "vinyl": "^0.4.6"

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