🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

cssnano

Package Overview
Dependencies
Maintainers
2
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssnano - npm Package Compare versions

Comparing version

to
2.6.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 2.6.1
* Improved performance of the core module `functionOptimiser`.
# 2.6.0

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

6

lib/functionOptimiser.js

@@ -12,5 +12,3 @@ 'use strict';

'gradient',
'hsl',
'rect',
'rgb',
'rotate3d',

@@ -48,6 +46,4 @@ 'scale',

return function (css) {
functions.forEach(function (fn) {
css.eachDecl(optimise);
});
css.eachDecl(optimise);
};
});
{
"name": "cssnano",
"version": "2.6.0",
"version": "2.6.1",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",

@@ -5,0 +5,0 @@ "main": "index.js",