@chaneyoukaye/xml
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@chaneyoukaye/xml", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Fast and simple xml generator. Supports attributes, CDATA, etc. Includes tests and examples.", | ||
@@ -37,3 +37,6 @@ "homepage": "http://github.com/dylang/node-xml", | ||
"main": "lib/xml.js", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"dependencies": { | ||
"@types/node": "^17.0.31" | ||
} | ||
} |
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
25586
10
530
1
+ Added@types/node@^17.0.31
+ Added@types/node@17.0.45(transitive)