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

postcss-minify-selectors

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-minify-selectors - npm Package Compare versions

Comparing version

to
1.4.4

4

CHANGELOG.md

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

# 1.4.4
* Fixed an integration issue with postcss-font-magician.
# 1.4.3

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

@@ -21,2 +21,5 @@ 'use strict';

function optimiseAtRule (rule) {
if (!rule.params) {
return;
}
rule.params = normalize(uniq(rule.params));

@@ -23,0 +26,0 @@ }

9

package.json
{
"name": "postcss-minify-selectors",
"version": "1.4.3",
"version": "1.4.4",
"description": "Minify selectors with PostCSS.",

@@ -22,4 +22,5 @@ "main": "index.js",

"jshint-stylish": "^2.0.1",
"postcss-font-magician": "^1.3.0",
"tap-spec": "^4.0.2",
"tape": "^4.0.0"
"tape": "^4.0.1"
},

@@ -39,6 +40,6 @@ "homepage": "https://github.com/ben-eb/postcss-minify-selectors",

"normalize-selector": "0.0.3-a",
"postcss": "^4.1.13",
"postcss-selector-parser": "1.1.1",
"postcss": "^4.1.16",
"postcss-selector-parser": "1.1.2",
"uniqs": "^2.0.0"
}
}