xml2js-parser
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "xml2js-parser", | ||
"description": "Simple XML to JavaScript object converter.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Lauris Vavere <lauris@ma-1.lv>", | ||
@@ -65,3 +65,3 @@ "contributors": [ | ||
"type": "git", | ||
"url": "https://github.com/vavere/node-xml2js" | ||
"url": "https://github.com/vavere/xml2js-parser/" | ||
}, | ||
@@ -68,0 +68,0 @@ "dependencies": { |
@@ -32,3 +32,3 @@ xml2js-parser | ||
const parseString = require('xml2js-parser').parseString; | ||
const xml = '<root>Hello xml2js-parser!</root>' | ||
const xml = '<root>Hello xml2js-parser!</root>'; | ||
parseString(xml, (err, result) => { | ||
@@ -35,0 +35,0 @@ console.dir(result); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21763