Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xmldom-sfdx-encoding

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xmldom-sfdx-encoding - npm Package Compare versions

Comparing version 0.1.28 to 0.1.29

2

dom.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc