mem-fs-editor
Advanced tools
Comparing version 10.0.1 to 10.0.2
@@ -9,3 +9,3 @@ import path from 'path'; | ||
? (file) => defaultDumpFilter(file) && minimatch(file.path, filter) | ||
: defaultDumpFilter; | ||
: filter ?? defaultDumpFilter; | ||
return Object.fromEntries(this.store | ||
@@ -12,0 +12,0 @@ .all() |
{ | ||
"name": "mem-fs-editor", | ||
"version": "10.0.1", | ||
"version": "10.0.2", | ||
"description": "File edition helpers working on top of mem-fs", | ||
@@ -64,4 +64,4 @@ "type": "module", | ||
"engines": { | ||
"node": ">=12.10.0" | ||
"node": ">=16.13.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
43524
0