directory-tree
Advanced tools
Comparing version 3.5.0 to 3.5.1
@@ -37,3 +37,3 @@ import { Stats } from "fs"; | ||
export type DirectoryTreeCallback<TCustom extends IObj = IObj> = ( | ||
export type DirectoryTreeCallback<TCustom extends Record<string, any> = Record<string, any>> = ( | ||
item: DirectoryTree<TCustom>, | ||
@@ -40,0 +40,0 @@ path: string, |
{ | ||
"name": "directory-tree", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "Convert a directory tree to a JS object.", | ||
@@ -25,4 +25,6 @@ "repository": { | ||
"devDependencies": { | ||
"@types/node": "^18.11.17", | ||
"chai": "^2.3.0", | ||
"mocha": "^8.3.2" | ||
"mocha": "^10.2.0", | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -34,4 +36,5 @@ "bin": "bin/index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "mocha", | ||
"test-ts": "./node_modules/.bin/tsc index.d.ts" | ||
} | ||
} |
@@ -1,3 +0,1 @@ | ||
[![Build Status](https://api.travis-ci.com/mihneadb/node-directory-tree.svg?branch=master)](https://api.travis-ci.com/mihneadb/node-directory-tree.svg?branch=master) | ||
# directory-tree | ||
@@ -4,0 +2,0 @@ |
Sorry, the diff of this file is not supported yet
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
18072
4
7
235