@jsenv/filesystem
Advanced tools
Comparing version 4.1.7 to 4.1.8
{ | ||
"name": "@jsenv/filesystem", | ||
"version": "4.1.7", | ||
"version": "4.1.8", | ||
"license": "MIT", | ||
@@ -34,5 +34,5 @@ "repository": { | ||
"@jsenv/urls": "1.2.8", | ||
"@jsenv/url-meta": "7.0.0", | ||
"@jsenv/url-meta": "7.0.1", | ||
"@jsenv/abort": "4.2.4" | ||
} | ||
} |
@@ -16,5 +16,3 @@ import { Abort } from "@jsenv/abort" | ||
}) => { | ||
const rootDirectoryUrl = decodeURIComponent( | ||
assertAndNormalizeDirectoryUrl(directoryUrl), | ||
) | ||
const rootDirectoryUrl = assertAndNormalizeDirectoryUrl(directoryUrl) | ||
if (typeof predicate !== "function") { | ||
@@ -51,6 +49,3 @@ throw new TypeError(`predicate must be a function, got ${predicate}`) | ||
if (directoryChildNodeStats.isDirectory()) { | ||
const subDirectoryUrl = `${decodeURIComponent( | ||
directoryChildNodeUrl, | ||
)}/` | ||
const subDirectoryUrl = `${directoryChildNodeUrl}/` | ||
if ( | ||
@@ -65,3 +60,2 @@ !URL_META.urlChildMayMatch({ | ||
} | ||
await visitDirectory(subDirectoryUrl) | ||
@@ -73,3 +67,3 @@ return | ||
const meta = URL_META.applyAssociations({ | ||
url: decodeURIComponent(directoryChildNodeUrl), | ||
url: directoryChildNodeUrl, | ||
associations, | ||
@@ -76,0 +70,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
86753
2554
+ Added@jsenv/url-meta@7.0.1(transitive)
- Removed@jsenv/url-meta@7.0.0(transitive)
Updated@jsenv/url-meta@7.0.1