filing-cabinet
Advanced tools
Comparing version 2.1.2 to 2.2.0
@@ -30,2 +30,3 @@ 'use strict'; | ||
'.ts': tsLookup, | ||
'.tsx': tsLookup, | ||
'.scss': sassLookup, | ||
@@ -56,3 +57,7 @@ '.sass': sassLookup, | ||
debug('Given filename: ' + filename); | ||
const ext = path.extname(filename); | ||
debug('which has the extension: ' + ext); | ||
let resolver = defaultLookups[ext]; | ||
@@ -59,0 +64,0 @@ |
{ | ||
"name": "filing-cabinet", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"description": "Find files based on partial paths", | ||
@@ -38,3 +38,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^5.5.0", | ||
"eslint": "^5.11.0", | ||
"jscs": "^3.0.7", | ||
@@ -50,8 +50,8 @@ "jscs-preset-mrjoelkemp": "^2.0.0", | ||
"commander": "^2.13.0", | ||
"debug": "^4.1.0", | ||
"debug": "^4.1.1", | ||
"enhanced-resolve": "^4.1.0", | ||
"is-relative-path": "^1.0.2", | ||
"module-definition": "^3.0.0", | ||
"module-lookup-amd": "^6.0.0", | ||
"resolve": "^1.5.0", | ||
"module-lookup-amd": "^6.1.0", | ||
"resolve": "^1.9.0", | ||
"resolve-dependency-path": "^2.0.0", | ||
@@ -58,0 +58,0 @@ "sass-lookup": "^3.0.0", |
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
15256
309
Updateddebug@^4.1.1
Updatedmodule-lookup-amd@^6.1.0
Updatedresolve@^1.9.0