xml-formatter
Advanced tools
Comparing version 0.0.2 to 1.0.0
{ | ||
"name": "xml-formatter", | ||
"version": "0.0.2", | ||
"description": "Converts XML into a human readable format (pretty print) while respecting xml:space attribute.", | ||
"version": "1.0.0", | ||
"description": "Converts XML into a human readable format (pretty print) while respecting the xml:space attribute", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node_modules/.bin/mocha", | ||
"browserify": "node_modules/.bin/browserify -r ./index.js:xml-formatter -o ./browser/xml-formatter.js" | ||
}, | ||
@@ -13,6 +14,23 @@ "keywords": [ | ||
"indent", | ||
"formatter" | ||
"parser", | ||
"formatter", | ||
"xml:space", | ||
"preserve" | ||
], | ||
"author": "Chris Bottin", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": { | ||
"xml-parser-xo": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"browserify": "^13.1.1", | ||
"chai": "^3.5.0", | ||
"gulp": "^3.9.1", | ||
"mocha": "^2.2.5", | ||
"should": "^6.0.3", | ||
"stream-assert": "^2.0.3" | ||
}, | ||
"browser": { | ||
"util": false | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
70095
17
355
1
0
100
1
6
3
+ Addedxml-parser-xo@^2.1.1
+ Addeddebug@4.3.7(transitive)
+ Addedms@2.1.3(transitive)
+ Addedxml-parser-xo@2.2.1(transitive)