recursive-readdir-synchronous
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"author": "delta-xz", | ||
"name": "recursive-readdir-synchronous", | ||
"description": "Get an array of all files in a directory and subdirectories synchronously.", | ||
"description": "Get an array of all files in a directory and subdirectories synchronously. This is a fork of https://github.com/jergason/recursive-readdir.", | ||
"license": "MIT", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -1,5 +0,1 @@ | ||
# recursive-readdir | ||
This is a fork of https://github.com/jergason/recursive-readdir. | ||
A simple Node module for recursively listing all files in a directory, | ||
@@ -6,0 +2,0 @@ or in any subdirectories synchronously. |
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
14259
51