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

cssnano

Package Overview
Dependencies
Maintainers
1
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.1.1

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # current

# 2.1.1
* Fixes an issue where options were not passed to normalize-url.
# 2.1.0

@@ -7,0 +11,0 @@

2

index.js

@@ -23,3 +23,3 @@ 'use strict';

discardUnused: {fn: require('postcss-discard-unused'), ns: 'unused'},
normalizeUrl: require('postcss-normalize-url'),
normalizeUrl: {fn: require('postcss-normalize-url'), ns: 'urls'},
minifyTrbl: require('postcss-minify-trbl'),

@@ -26,0 +26,0 @@ core: require('./lib/core'),

{
"name": "cssnano",
"version": "2.1.0",
"version": "2.1.1",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",

@@ -31,6 +31,6 @@ "main": "index.js",

"balanced-match": "^0.2.0",
"css-list": "^0.1.0",
"css-list": "^0.1.2",
"flatten": "0.0.1",
"indexes-of": "^1.0.1",
"minimist": "^1.1.1",
"minimist": "^1.1.2",
"postcss": "^4.1.16",

@@ -46,3 +46,3 @@ "postcss-calc": "^4.1.0",

"postcss-merge-idents": "^1.0.1",
"postcss-merge-rules": "^1.3.0",
"postcss-merge-rules": "^1.3.1",
"postcss-minify-font-weight": "^1.0.1",

@@ -65,4 +65,4 @@ "postcss-minify-selectors": "^1.4.2",

"node-libs-browser": "^0.5.2",
"tape": "^4.0.0",
"webpack": "^1.10.1"
"tape": "^4.0.1",
"webpack": "^1.10.5"
},

@@ -69,0 +69,0 @@ "homepage": "https://github.com/ben-eb/cssnano",