@types/fs-readdir-recursive
Advanced tools
Comparing version 1.1.2 to 1.1.3
declare function readdirRecursive( | ||
path: string, | ||
filter?: (name: string, index: number, dir: string) => boolean, | ||
files?: string[], | ||
prefix?: string, | ||
): string[]; | ||
export = readdirRecursive; |
{ | ||
"name": "@types/fs-readdir-recursive", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "TypeScript definitions for fs-readdir-recursive", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-readdir-recursive", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "870d7ddd3c71cdf697db3fec7f9fdf706fe6fa7e9a6da638e4c0af055c92b24b", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "7a613e0d67b7cbc2a36a0d7de91f8cd897748006228c8da8b2b55692bc7a2122", | ||
"typeScriptVersion": "4.7" | ||
} |
@@ -14,2 +14,4 @@ # Installation | ||
filter?: (name: string, index: number, dir: string) => boolean, | ||
files?: string[], | ||
prefix?: string, | ||
): string[]; | ||
@@ -22,3 +24,3 @@ | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT | ||
* Last updated: Wed, 01 May 2024 19:35:45 GMT | ||
* Dependencies: none | ||
@@ -25,0 +27,0 @@ |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
3042
7
28