@chaneyoukaye/xml
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@chaneyoukaye/xml", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Fast and simple xml generator. Supports attributes, CDATA, etc. Includes tests and examples.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/dylang/node-xml", |
@@ -1,4 +0,4 @@ | ||
import xml from '../lib/xml' | ||
import xml from '../src/xml' | ||
console.log(xml([{a: { } }])) | ||
console.log(xml([{a: [{b: [{c: 1}, {c: 2}, {c: 3}]}]}], true)) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
37525
17
840