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

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.2.3 to 0.2.4

6

lib/xml2js.js

@@ -223,7 +223,3 @@ // Generated by CoffeeScript 1.4.0

} catch (ex) {
if (ex instanceof exports.ValidationError) {
return this.emit("error", ex.message);
} else {
throw ex;
}
return this.emit("error", ex.message);
}

@@ -230,0 +226,0 @@ };

2

package.json

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

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

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

@@ -47,3 +47,3 @@ node-xml2js

```coffeescript
parseString = require('xml2js').parseString;
parseString = require('xml2js').parseString
xml = "<root>Hello xml2js!</root>"

@@ -50,0 +50,0 @@ parseString xml, (err, result) ->

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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