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

xml-beautify

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml-beautify - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

.circleci/config.yml

5

package.json
{
"name": "xml-beautify",
"version": "1.1.0",
"version": "1.1.1",
"description": "XML pretty formatter that corresponds to the self-closing empty elements.",

@@ -9,3 +9,4 @@ "main": "dist/XmlBeautify.js",

"build": "webpack --config webpack.config.js",
"release": "webpack --config webpack.config.js --mode production"
"release": "webpack --config webpack.config.js --mode production",
"test": "jest -i"
},

@@ -12,0 +13,0 @@ "repository": {

6

README.md

@@ -1,2 +0,6 @@

# Overview
# xml-beautify
[![npm version](https://badge.fury.io/js/xml-beautify.svg)](https://badge.fury.io/js/xml-beautify)
[![CircleCI](https://circleci.com/gh/riversun/xml-beautify/tree/master.svg?style=shield)](https://circleci.com/gh/riversun/xml-beautify/tree/master)
[![codecov](https://codecov.io/gh/riversun/xml-beautify/branch/master/graph/badge.svg?token=5ODIRDVDLF)](https://codecov.io/gh/riversun/xml-beautify)
xml-beautify - pretty-print text in XML formats.

@@ -3,0 +7,0 @@

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