Comparing version 12.1.0 to 13.0.0
{ | ||
"name": "rrdir", | ||
"version": "12.1.0", | ||
"version": "13.0.0", | ||
"description": "Recursive directory reader with a delightful API", | ||
@@ -15,15 +15,15 @@ "author": "silverwind <me@silverwind.io>", | ||
"files": [ | ||
"./index.js" | ||
"index.js" | ||
], | ||
"devDependencies": { | ||
"eslint": "8.52.0", | ||
"eslint-config-silverwind": "79.0.4", | ||
"updates": "15.0.3", | ||
"versions": "12.0.0", | ||
"vitest": "0.34.6", | ||
"vitest-config-silverwind": "3.0.0" | ||
"eslint": "8.57.0", | ||
"eslint-config-silverwind": "80.0.5", | ||
"updates": "15.1.2", | ||
"versions": "12.0.1", | ||
"vitest": "1.3.1", | ||
"vitest-config-silverwind": "5.1.1" | ||
}, | ||
"dependencies": { | ||
"picomatch": "2.3.1" | ||
"picomatch": "4.0.1" | ||
} | ||
} |
@@ -8,2 +8,4 @@ # rrdir | ||
Contrary to other similar modules, this module is optionally able to read any path including ones that contain invalid UTF-8 sequences. | ||
## Usage | ||
@@ -10,0 +12,0 @@ ```console |
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
10141
58
+ Addedpicomatch@4.0.1(transitive)
- Removedpicomatch@2.3.1(transitive)
Updatedpicomatch@4.0.1