launch-editor
Advanced tools
Comparing version 2.8.0 to 2.8.1
@@ -109,4 +109,4 @@ /** | ||
// Allows alphanumeric characters, periods, dashes, slashes, and underscores. | ||
const WINDOWS_CMD_SAFE_FILE_NAME_PATTERN = /^([A-Za-z]:[/\\])?[\p{L}0-9/.\-_\\]+$/u | ||
// Allows alphanumeric characters, periods, dashes, slashes, underscores, plus and space. | ||
const WINDOWS_CMD_SAFE_FILE_NAME_PATTERN = /^([A-Za-z]:[/\\])?[\p{L}0-9/.\-\\_+ ]+$/u | ||
if ( | ||
@@ -113,0 +113,0 @@ process.platform === 'win32' && |
{ | ||
"name": "launch-editor", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"description": "launch editor from node.js", | ||
@@ -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
16001