Socket
Socket
Sign inDemoInstall

postcss-minify-selectors

Package Overview
Dependencies
12
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.3 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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc