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

@xmldom/xmldom

Package Overview
Dependencies
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xmldom/xmldom - npm Package Compare versions

Comparing version 0.7.11 to 0.7.12

9

CHANGELOG.md

@@ -7,2 +7,11 @@ # Changelog

## [0.7.12](https://github.com/xmldom/xmldom/compare/0.7.11...0.7.12)
### Fixed
- fix: Set nodeName property in ProcessingInstruction [`#509`](https://github.com/xmldom/xmldom/pull/509) / [`#505`](https://github.com/xmldom/xmldom/issues/505)
Thank you, [@cjbarth](https://github.com/cjbarth), for your contributions
## [0.7.11](https://github.com/xmldom/xmldom/compare/0.7.10...0.7.11)

@@ -9,0 +18,0 @@

4

lib/dom.js

@@ -1139,4 +1139,4 @@ var conventions = require("./conventions");

node.ownerDocument = this;
node.tagName = node.target = target;
node.nodeValue= node.data = data;
node.tagName = node.nodeName = node.target = target;
node.nodeValue = node.data = data;
return node;

@@ -1143,0 +1143,0 @@ },

{
"name": "@xmldom/xmldom",
"version": "0.7.11",
"version": "0.7.12",
"description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.",

@@ -5,0 +5,0 @@ "keywords": [

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