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

clean-css-cli

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-css-cli - npm Package Compare versions

Comparing version 4.1.11 to 4.2.0

7

History.md

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

[4.2.0 / 2018-08-02](https://github.com/jakubpawlowicz/clean-css-cli/compare/4.1...v4.2.0)
==================
* Bumps clean-css dependency to 4.2.0.
[4.1.11 / 2018-03-02](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.10...v4.1.11)

@@ -51,3 +56,3 @@ ==================

[4.1.0 / 2017-05-10](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.0...v4.1.1)
[4.1.1 / 2017-05-10](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.0...v4.1.1)
==================

@@ -54,0 +59,0 @@

4

package.json
{
"name": "clean-css-cli",
"version": "4.1.11",
"version": "4.2.0",
"description": "A command-line interface to clean-css CSS optimization library",

@@ -36,3 +36,3 @@ "scripts": {

"dependencies": {
"clean-css": "^4.1.9",
"clean-css": "^4.2.0",
"commander": "2.x",

@@ -39,0 +39,0 @@ "glob": "7.x"

@@ -50,4 +50,5 @@ <h1 align="center">

```shell
npm install clean-css-cli
npm install clean-css-cli -g
```
Note: Global install via -g option is recommended unless you want to execute the binary via a relative path, i.e. ./node_modules/.bin/cleancss

@@ -82,2 +83,3 @@ # Use

* [clean-css 4.1](https://github.com/jakubpawlowicz/clean-css#whats-new-in-version-41) as a dependency;
* `--remove-inlined-files` option for removing files inlined in <source-file ...> or via `@import` statements;

@@ -256,3 +258,3 @@ * adds glob pattern matching to source paths, see [example](#how-to-optimize-multiple-files);

```shell
cleancss -O1 all:off;tidySelectors:on one.css
cleancss -O1 'all:off;tidySelectors:on' one.css
```

@@ -290,3 +292,3 @@

```shell
cleancss -O2 all:off;removeDuplicateRules:on one.css
cleancss -O2 'all:off;removeDuplicateRules:on' one.css
```

@@ -293,0 +295,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