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

xml2json

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml2json - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

1

lib/xml2json.js

@@ -82,3 +82,2 @@ var expat = require('node-expat');

if (!parser.parse(xml)) {
console.log('-->' + xml + '<--');
throw new Error('There are errors in your xml file: ' + parser.getError());

@@ -85,0 +84,0 @@ }

4

package.json
{ "name" : "xml2json",
"version": "0.2.3",
"version": "0.2.4",
"author": "Andrew Turley",

@@ -10,5 +10,5 @@ "email": "aturley@buglabs.net",

"dependencies": {
"node-expat": "1.4.0"
"node-expat": "1.4.1"
}
}

@@ -12,3 +12,3 @@ # Simple SAX-based XML2JSON Parser.

## Installation
npm install xml2json
`npm install xml2json`

@@ -15,0 +15,0 @@ ## Usage

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