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

xmldom

Package Overview
Dependencies
Maintainers
3
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.14 to 0.1.15

3

dom.js

@@ -922,5 +922,2 @@ /*

buf.push('<',nodeName);
if (node.namespaceURI) {
buf.push(' xmlns="',node.namespaceURI.replace(/[<&"]/g,_xmlEncoder),'"');
}
for(var i=0;i<len;i++){

@@ -927,0 +924,0 @@ serializeToString(attrs.item(i),buf,isHTML);

2

package.json
{
"name": "xmldom",
"version": "0.1.14",
"version": "0.1.15",
"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