Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xml-formatter

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml-formatter - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0

.idea/jsLibraryMappings.xml

28

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc