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.25 to 0.1.26

4

dom.js

@@ -1007,3 +1007,3 @@ /*

var ns = attr.prefix ? ' xmlns:' + attr.prefix : " xmlns";
buf.push( "='" , attr.namespaceURI , "'");
buf.push(ns, '="' , attr.namespaceURI , '"');
visibleNamespaces.push({ prefix: attr.prefix, namespace: attr.namespaceURI });

@@ -1016,3 +1016,3 @@ }

var ns = node.prefix ? ' xmlns:' + node.prefix : " xmlns";
buf.push(ns, "='" , node.namespaceURI , "'");
buf.push(ns, '="' , node.namespaceURI , '"');
visibleNamespaces.push({ prefix: node.prefix, namespace: node.namespaceURI });

@@ -1019,0 +1019,0 @@ }

{
"name": "xmldom",
"version": "0.1.25",
"version": "0.1.26",
"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