Comparing version 0.2.3 to 0.2.4
@@ -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 @@ } |
{ "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 |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
0
9024
11
166
1
+ Addednode-expat@1.4.1(transitive)
- Removednode-expat@1.4.0(transitive)
Updatednode-expat@1.4.1