@chaneyoukaye/xml
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@chaneyoukaye/xml", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Fast and simple xml generator. Supports attributes, CDATA, etc. Includes tests and examples.", | ||
@@ -34,9 +34,7 @@ "homepage": "http://github.com/dylang/node-xml", | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "ava" | ||
}, | ||
"main": "lib/xml.js", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@types/node": "^17.0.31" | ||
} | ||
"main": "lib/xml.ts", | ||
"license": "ISC" | ||
} |
Sorry, the diff of this file is not supported yet
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
0
23224
447
2
- Removed@types/node@^17.0.31
- Removed@types/node@17.0.45(transitive)