Comparing version 2.2.5 to 2.2.6
@@ -423,3 +423,3 @@ (function() { | ||
isCompressedExtension: function(ext) { | ||
return _.indexOf(['.epub', '.gz', '.jar', '.tar', '.tgz', '.war', '.zip'], ext, true) >= 0; | ||
return _.indexOf(['.bz2', '.epub', '.gz', '.jar', '.lz', '.lzma', '.lzo', '.tar', '.tgz', '.war', '.xz', '.z', '.zip'], ext, true) >= 0; | ||
}, | ||
@@ -433,3 +433,3 @@ isImageExtension: function(ext) { | ||
isBinaryExtension: function(ext) { | ||
return _.indexOf(['.DS_Store', '.a', '.o', '.pyc', '.pyo', '.so', '.woff'], ext, true) >= 0; | ||
return _.indexOf(['.DS_Store', '.a', '.exe', '.o', '.pyc', '.pyo', '.so', '.woff'], ext, true) >= 0; | ||
}, | ||
@@ -436,0 +436,0 @@ isReadmePath: function(readmePath) { |
{ | ||
"name": "fs-plus", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "node's fs with more helpers", | ||
@@ -5,0 +5,0 @@ "main": "./lib/fs-plus.js", |
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
18585