decode-html
Advanced tools
Comparing version 1.0.1 to 1.0.2
module.exports = function decodeHTMLEntities(text) { | ||
var replacements = [ | ||
['amp', '&'], | ||
['apos', '\''], | ||
['amp', '&'], | ||
['lt', '<'], | ||
@@ -6,0 +6,0 @@ ['gt', '>'] |
{ | ||
"name": "decode-html", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "decode html entities", | ||
@@ -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