escape-goat
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -13,3 +13,3 @@ 'use strict'; | ||
.replace(/</g, '<') | ||
.replace(/'/g, '\'') | ||
.replace(/�?39;/g, '\'') | ||
.replace(/"/g, '"') | ||
@@ -16,0 +16,0 @@ .replace(/&/g, '&'); |
{ | ||
"name": "escape-goat", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Escape a string for use in HTML or the inverse", | ||
@@ -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
6276