ansi-regex
Advanced tools
Comparing version 0.2.0 to 0.2.1
'use strict'; | ||
module.exports = function () { | ||
return /\u001b\[([0-9]{1,3}(;[0-9]{1,3})*)?[m|K]/g; | ||
return /\u001b\[(?:[0-9]{1,3}(?:;[0-9]{1,3})*)?[m|K]/g; | ||
}; |
{ | ||
"name": "ansi-regex", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Regular expression for matching ANSI escape codes", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
1786