@oozcitak/dom
Advanced tools
Comparing version 1.15.8 to 1.15.9
@@ -35,2 +35,3 @@ "use strict"; | ||
var LocalNameSet_1 = require("../serializer/LocalNameSet"); | ||
var he_1 = require("he"); | ||
/** | ||
@@ -105,3 +106,3 @@ * Represents a parser for XML content. | ||
} | ||
context.appendChild(doc.createTextNode(text.data)); | ||
context.appendChild(doc.createTextNode(he_1.decode(text.data))); | ||
break; | ||
@@ -108,0 +109,0 @@ case interfaces_1.TokenType.Element: |
{ | ||
"name": "@oozcitak/dom", | ||
"version": "1.15.8", | ||
"version": "1.15.9", | ||
"keywords": [ | ||
@@ -30,3 +30,4 @@ "dom", | ||
"@oozcitak/url": "1.0.4", | ||
"@oozcitak/util": "8.3.8" | ||
"@oozcitak/util": "8.3.8", | ||
"he": "1.2.0" | ||
}, | ||
@@ -41,2 +42,3 @@ "devDependencies": { | ||
"@types/xmldom": "*", | ||
"@types/he": "*", | ||
"benchmark": "*", | ||
@@ -50,3 +52,3 @@ "chalk": "*", | ||
"semver": "*", | ||
"ts-jest": "*", | ||
"ts-jest": "^26.3.0", | ||
"ts-node": "*", | ||
@@ -53,0 +55,0 @@ "typescript": "*", |
@@ -0,0 +0,0 @@ # DOM |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1235216
4
20
267
24493