New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cssbeautify-cli

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

cssbeautify-cli - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

lib/cssbeautify-cli.js

8

package.json
{
"name": "cssbeautify-cli",
"description": "CLI for cssbeautify",
"version": "0.1.0",
"version": "0.2.0",
"author": {

@@ -23,2 +23,5 @@ "name": "Igor Shevchenko",

"bin": "bin/cssbeautify-cli",
"scripts": {
"test": "nodeunit test/"
},
"engines": {

@@ -36,3 +39,6 @@ "node": "*"

"optimist": "~0.6.0"
},
"devDependencies": {
"nodeunit": "~0.8.1"
}
}

@@ -7,11 +7,21 @@ # CSS Beautify CLI #

`cssbeautify-bin [options] filename`
`cssbeautify-bin [options] -f filename`
Options:
```
-a, --autosemicolon insert a semicolon after the last ruleset [default: false]
-f, --file file to beautify
-h, --help show this help message
-i, --indent string used for the indentation of the declaration (spaces, tabs or number of spaces) [default: " "]
-o, --openbrace the placement of open curly brace, either end-of-line or separate-line [default: "end-of-line"]
-a, --autosemicolon insert a semicolon after the last ruleset [default: false]
-v, --version Display program version
```
## Versions
**0.2.0**
* file is now passed in -f (--file) option
**0.1.0**
* options -a (--autosemicolon), -h (--help), -i (--indent), -o (--openbrace), -v (--version)
* file is passed as anonymous option

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