xmldom-sfdx-encoding
Advanced tools
Comparing version 0.1.28 to 0.1.29
@@ -1056,3 +1056,3 @@ /* | ||
case TEXT_NODE: | ||
return buf.push(node.data.replace(/[<>&']/g,_xmlEncoder)); | ||
return buf.push(node.data.replace(/[<>&"']/g,_xmlEncoder)); | ||
case CDATA_SECTION_NODE: | ||
@@ -1059,0 +1059,0 @@ return buf.push( '<![CDATA[',node.data,']]>'); |
{ | ||
"name": "xmldom-sfdx-encoding", | ||
"version": "0.1.28", | ||
"version": "0.1.29", | ||
"description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).", | ||
@@ -5,0 +5,0 @@ "keywords": ["w3c","dom","xml","parser","javascript","DOMParser","XMLSerializer"], |
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
87057