directory-tree
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -25,3 +25,3 @@ import { Stats } from 'fs'; | ||
exclude ? : RegExp | RegExp[]; | ||
attributes ? : (keyof Stats)[]; | ||
attributes ? : (keyof Stats | "type" | "extension")[]; | ||
extensions ? : RegExp; | ||
@@ -28,0 +28,0 @@ followSymlink ? : boolean; |
{ | ||
"name": "directory-tree", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Convert a directory tree to a JS object.", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
12127
10