gulp-vinyl-zip
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8501
184
Updatedlibarchive@0.0.2