Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "rrdir", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Recursive directory reader with a delightful API", | ||
@@ -18,7 +18,7 @@ "author": "silverwind <me@silverwind.io>", | ||
"dependencies": { | ||
"picomatch": "^2.1.1" | ||
"picomatch": "^2.2.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "6.7.2", | ||
"eslint-config-silverwind": "5.1.1", | ||
"eslint": "6.8.0", | ||
"eslint-config-silverwind": "6.0.2", | ||
"updates": "9.3.3", | ||
@@ -25,0 +25,0 @@ "versions": "7.0.5" |
@@ -35,3 +35,3 @@ # rrdir | ||
Recursively reader a directory for entries contained within. `rrdir` and `rrdir.sync` return an array of `entry`, `rrdir.stream` is a async iterator which yields `entry`. By default, errors while reading files will be ignored and put in `entry.err`. | ||
Recursively read a directory for entries contained within. `rrdir` and `rrdir.sync` return an array of `entry`, `rrdir.stream` is a async iterator which yields `entry`. By default, errors while reading files will be ignored and put in `entry.err`. | ||
@@ -38,0 +38,0 @@ #### `options` |
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
9542
Updatedpicomatch@^2.2.1