Socket
Socket
Sign inDemoInstall

xml2js

Package Overview
Dependencies
2
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.10 to 0.4.11

2

lib/xml2js.js

@@ -477,3 +477,3 @@ // Generated by CoffeeScript 1.9.3

setImmediate(this.processAsync);
this.saxParser;
return this.saxParser;
}

@@ -480,0 +480,0 @@ return this.saxParser.write(str).close();

@@ -9,3 +9,3 @@ {

"homepage": "https://github.com/Leonidas-from-XIV/node-xml2js",
"version": "0.4.10",
"version": "0.4.11",
"author": "Marek Kubica <marek@xivilization.net> (http://xivilization.net)",

@@ -49,3 +49,4 @@ "contributors": [

"Stephen Cresswell (https://github.com/cressie176)",
"Pascal Ehlert <pascal@hacksrus.net> (http://www.hacksrus.net/)"
"Pascal Ehlert <pascal@hacksrus.net> (http://www.hacksrus.net/)",
"Tom Spencer <fiznool@gmail.com> (http://fiznool.com/)"
],

@@ -52,0 +53,0 @@ "main": "./lib/xml2js",

@@ -327,3 +327,5 @@ node-xml2js

* `headless` (default: `false`): omit the XML header. Added in 0.4.3.
* `cdata` (default: `false`): wrap text nodes in `<![CDATA[ ... ]]>`. Added in 0.4.5.
* `cdata` (default: `false`): wrap text nodes in `<![CDATA[ ... ]]>` instead of
escaping when necessary. Does not add `<![CDATA[ ... ]]>` if it is not required.
Added in 0.4.5.

@@ -330,0 +332,0 @@ `renderOpts`, `xmldec`,`doctype` and `headless` pass through to

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc