Comparing version 2.5.1 to 2.5.2
@@ -74,3 +74,3 @@ 'use strict'; | ||
const regexDigit = /[0-9]/; | ||
const regexWhitelist = /[ !#-&\(-\[\]-~]/; | ||
const regexWhitelist = /[ !#-&\(-\[\]-_a-~]/; | ||
@@ -328,4 +328,4 @@ const jsesc = (argument, options) => { | ||
jsesc.version = '2.5.1'; | ||
jsesc.version = '2.5.2'; | ||
module.exports = jsesc; |
{ | ||
"name": "jsesc", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://mths.be/jsesc", |
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
31974