Comparing version 1.2.5 to 1.2.6
@@ -57,3 +57,3 @@ "use strict"; | ||
, escape: function escape(expr) { | ||
return String(expr).replace(/&(?!\w+;)/g, '&').replace(/</g, '<').replace(/>/g, '>').replace(/"/g, '"'); | ||
return String(expr).replace(/&(?!\w+;)/g, '&').replace(/</g, '<').replace(/>/g, '>'); | ||
} | ||
@@ -60,0 +60,0 @@ |
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"author": "Ionică Bizău <bizauionica@gmail.com> (http://ionicabizau.net)", | ||
@@ -17,0 +17,0 @@ "contributors": [ |
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
102505