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.5.2 to 0.5.3

2

lib/cssbeautify-cli.js

@@ -39,3 +39,3 @@ #!/usr/bin/env node

.alias('f', 'file')
.describe('f', 'file to beautify')
.describe('f', 'file to beautify or glob pattern')
.alias('h', 'help')

@@ -42,0 +42,0 @@ .describe('h', 'show this help message')

{
"name": "cssbeautify-cli",
"description": "CLI for cssbeautify",
"version": "0.5.2",
"version": "0.5.3",
"author": {

@@ -6,0 +6,0 @@ "name": "Igor Shevchenko",

@@ -19,3 +19,3 @@ [![NPM version](https://badge.fury.io/js/cssbeautify-cli.png)](http://badge.fury.io/js/cssbeautify-cli)[![Dependency Status](https://gemnasium.com/Saunalol/cssbeautify-cli.png)](https://gemnasium.com/Saunalol/cssbeautify-cli)[![Build Status](https://travis-ci.org/Saunalol/cssbeautify-cli.png?branch=master)](https://travis-ci.org/Saunalol/cssbeautify-cli)

-c, --config json config file to use
-f, --file file to beautify
-f, --file file to beautify or glob pattern
-h, --help show this help message

@@ -50,2 +50,5 @@ -i, --indent string used for the indentation of the declaration (spaces, tabs or number of spaces) [default: " "]

## Versions
**0.5.3**
* fix #7 Writing to stdout broken when reading from stdin
**0.5.2**

@@ -52,0 +55,0 @@ * `-f` option now supports [glob](https://www.npmjs.com/package/glob)

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