Comparing version 0.0.4 to 0.0.5
@@ -141,6 +141,6 @@ /** | ||
s = s.replace(/\\u([\d\w]{4})/gi, function (c) { | ||
var temp = eval("'" + c + "'"); | ||
return temp === c ? '' : temp; | ||
}); | ||
// s = s.replace(/\\u([\d\w]{4})/gi, function (c) { | ||
// var temp = eval("'" + c + "'"); | ||
// return temp === c ? '' : temp; | ||
// }); | ||
@@ -147,0 +147,0 @@ try { |
{ | ||
"name": "cuddle", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
21398
2