decompress
Advanced tools
Comparing version 0.1.9 to 0.1.10
'use strict'; | ||
var fs = require('fs'); | ||
var mapKey = require('map-key'); | ||
var mkdir = require('mkdirp'); | ||
@@ -89,3 +88,3 @@ var path = require('path'); | ||
src = src.toLowerCase(); | ||
return mapKey.endsWith(this.extractors, src); | ||
return this.extractors[src]; | ||
}; | ||
@@ -92,0 +91,0 @@ |
{ | ||
"name": "decompress", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Easily extract zip, tar and tar.gz archives", | ||
@@ -33,4 +33,3 @@ "keywords": [ | ||
"tar": "^0.1.18", | ||
"tempfile": "^0.1.2", | ||
"map-key": "^0.1.0" | ||
"tempfile": "^0.1.2" | ||
}, | ||
@@ -37,0 +36,0 @@ "devDependencies": { |
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
6
6290
147
- Removedmap-key@^0.1.0
- Removedlodash@2.4.2(transitive)
- Removedmap-key@0.1.5(transitive)
- Removedunderscore.string@2.4.0(transitive)