get-all-files
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -17,3 +17,3 @@ const path = require('path') | ||
return filename => checks.every(check => check(filename)) | ||
return filename => checks.some(check => check(filename)) | ||
} else { | ||
@@ -20,0 +20,0 @@ return () => true |
{ | ||
"name": "get-all-files", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A fast parallel stack-based readdir-recursively module with micromatch support.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5831