Comparing version 0.2.2 to 0.2.3
{ "name" : "xml2json", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"author": "Andrew Turley", | ||
"email": "aturley@buglabs.net", | ||
"description" : "Converts xml to json using node-expat.", | ||
"description" : "Converts xml to json and viceverza, using node-expat.", | ||
"repository": "git://github.com/buglabs/node-xml2json.git", | ||
@@ -10,5 +10,5 @@ "main": "index", | ||
"dependencies": { | ||
"node-expat": "1.3.2" | ||
"node-expat": "1.4.0" | ||
} | ||
} | ||
9084
+ Addednode-expat@1.4.0(transitive)
- Removednode-expat@1.3.2(transitive)
Updatednode-expat@1.4.0