@absolunet/fss
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -30,3 +30,3 @@ //-------------------------------------------------------- | ||
nofile: type === 'dir', | ||
depthLimit: recursive ? -1 : type === 'file' ? 0 : 1 | ||
depthLimit: recursive ? -1 : 0 | ||
}) | ||
@@ -33,0 +33,0 @@ .filter(({ path:curr, stats }) => { |
{ | ||
"name": "@absolunet/fss", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "graceful-fs / fs-extra sync wrapper with goodies", | ||
@@ -38,3 +38,3 @@ "definition": "", | ||
"devDependencies": { | ||
"@absolunet/tester": "2.1.0" | ||
"@absolunet/tester": "2.1.1" | ||
}, | ||
@@ -41,0 +41,0 @@ "dependencies": { |
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
0
26183