directory-tree
Advanced tools
Comparing version 3.3.2 to 3.4.0
@@ -10,3 +10,3 @@ import { Stats } from "fs"; | ||
TCustomDir extends IObj = IObj, | ||
TCustomResult = TCustomFile & TCustomDir | ||
TCustomResult extends IObj = TCustomFile & TCustomDir | ||
>( | ||
@@ -13,0 +13,0 @@ path: string, |
{ | ||
"name": "directory-tree", | ||
"version": "3.3.2", | ||
"version": "3.4.0", | ||
"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
18928