filing-cabinet
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -263,3 +263,3 @@ 'use strict'; | ||
const suffix = '.d.ts'; | ||
const lookUpLocations = namedModule.failedLookupLocations | ||
const lookUpLocations = (namedModule.failedLookupLocations ?? []) | ||
.filter(string => string.endsWith(suffix)) | ||
@@ -266,0 +266,0 @@ .map(string => string.substr(0, string.length - suffix.length)); |
{ | ||
"name": "filing-cabinet", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Find files based on partial paths", | ||
@@ -5,0 +5,0 @@ "main": "index.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
23668