Comparing version 7.0.0 to 7.0.1
@@ -28,3 +28,2 @@ "use strict"; | ||
function build(dirent, path, stats, opts) { | ||
// console.log(path, stats.isSymbolicLink(), dirent.isSymbolicLink()); | ||
const entry = { | ||
@@ -31,0 +30,0 @@ path, |
{ | ||
"name": "rrdir", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Recursive directory reader with a delightful API", | ||
@@ -5,0 +5,0 @@ "author": "silverwind <me@silverwind.io>", |
@@ -40,3 +40,3 @@ # rrdir | ||
- `options.stats` *boolean*: Whether to include `entry.stats`. Will reduce performance. Default: `false`. | ||
- `options.followSymlinks` *boolean*: Whether to follow symlinks when `options.stats` is enabled. Default: `false`. | ||
- `options.followSymlinks` *boolean*: Whether to follow symlinks for both recursion and `stat` calls. Default: `false`. | ||
- `options.exclude` *Array*: Path globs to exclude, e.g. `["**/*.js"]`. Default: `undefined`. | ||
@@ -43,0 +43,0 @@ - `options.include` *Array*: Path globs to include, e.g. `["**/*.map"]`. Default: `undefined`. |
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
9854
160