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

clean-css

Package Overview
Dependencies
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-css - npm Package Compare versions

Comparing version 0.4.2 to 0.5.0

6

History.md

@@ -0,1 +1,7 @@

0.5.0 / 2012-08-02
==================
* Made path to vows local.
* Explicit node 0.6 requirement.
0.4.2 / 2012-06-28

@@ -2,0 +8,0 @@ ==================

4

package.json

@@ -11,3 +11,3 @@ {

},
"version": "0.4.2",
"version": "0.5.0",
"main": "index.js",

@@ -24,4 +24,4 @@ "bin": {

"engines": {
"node": ">=0.4.0"
"node": ">=0.6.0"
}
}
## What is clean-css? ##
Clean-css is a node.js library for minifying CSS files. It does the same job as YUI Compressor's CSS minifier but much faster thanks to speed of node.js V8 engine.
Clean-css is a node.js library for minifying CSS files. It does the same job as YUI Compressor's CSS minifier but much faster thanks to many speed optimizations and the node.js itself.

@@ -5,0 +5,0 @@ ## Usage ##

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