Socket
Socket
Sign inDemoInstall

xmldom

Package Overview
Dependencies
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xmldom - npm Package Compare versions

Comparing version 0.1.20 to 0.1.21

1

dom-parser.js

@@ -24,2 +24,3 @@ function DOMParser(options){

}
defaultNSMap.xml = defaultNSMap.xml || 'http://www.w3.org/XML/1998/namespace';
if(source){

@@ -26,0 +27,0 @@ sax.parse(source,defaultNSMap,entityMap);

2

dom.js

@@ -906,3 +906,3 @@ /*

XMLSerializer.prototype.serializeToString = function(node,attributeSorter){
node.serializeToString(attributeSorter);
return node.toString(attributeSorter);
}

@@ -909,0 +909,0 @@ Node.prototype.toString =function(attributeSorter){

{
"name": "xmldom",
"version": "0.1.20",
"version": "0.1.21",
"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"],

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