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

mergexml

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mergexml - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

4

mergexml.js

@@ -67,4 +67,4 @@ /**

global.XPathEvaluator = require(p + 'xpath');
global.DOMParser = require(p + 'xmldom').DOMParser;
global.XMLSerializer = require(p + 'xmldom').XMLSerializer;
global.DOMParser = require((p || '@xmldom/') + 'xmldom').DOMParser;
global.XMLSerializer = require((p || '@xmldom/') + 'xmldom').XMLSerializer;
} catch (e) {

@@ -71,0 +71,0 @@ console.log(e.message);

{
"name": "mergexml",
"version": "1.2.2",
"version": "1.2.3",
"description": "Merge multiple XML sources",

@@ -24,3 +24,3 @@ "main": "mergexml.js",

"formidable": "^1.2.1",
"xmldom": "^0.1.27",
"@xmldom/xmldom": "^0.7.0",
"xpath": "0.0.27"

@@ -27,0 +27,0 @@ },

@@ -21,3 +21,2 @@ JS MergeXML [![npm version](https://badge.fury.io/js/mergexml.svg)](https://badge.fury.io/js/mergexml)

2. as a global script:

@@ -161,4 +160,9 @@

- NodeJS usage sample
September 2021 (eyelidlessness)
- *mergexml.js*
- Upgrade xmldom to @xmldom/xmldom
[php-merge-xml]: http://www.github.com/hareko/php-merge-xml
[js-merge-xml]: http://www.github.com/hareko/js-merge-xml
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