find-bad-url-filenames
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -29,3 +29,3 @@ #!/usr/bin/env node | ||
const badFiles = files.filter(file => ( | ||
/[+\/\\?<>():*|"!@#$%^&]/g.test(file.filename) || | ||
/[+\/\\?<>():*|"!#$%^=&]/g.test(file.filename) || | ||
/[\x00-\x1f\x80-\x9f]/g.test(file.filename) || | ||
@@ -32,0 +32,0 @@ /^\.+$/.test(file.filename) || |
{ | ||
"name": "find-bad-url-filenames", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A node executable to find any filenames recursively with characters that don't belong in URLs", | ||
@@ -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