Socket
Socket
Sign inDemoInstall

xml2js

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml2js - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

bork.xml

6

lib/xml2js.js

@@ -190,3 +190,7 @@ // Generated by CoffeeScript 1.9.1

} else {
element = element.ele(key, child.toString()).up();
if (_this.options.cdata && requiresCDATA(child)) {
element = element.ele(key).raw(wrapCDATA(child)).up();
} else {
element = element.ele(key, child.toString()).up();
}
}

@@ -193,0 +197,0 @@ }

2

package.json

@@ -6,3 +6,3 @@ {

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

@@ -9,0 +9,0 @@ "contributors" : [

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