Socket
Socket
Sign inDemoInstall

postcss-minify-selectors

Package Overview
Dependencies
17
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.6 to 2.0.7

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 2.0.7
* Fixes a regression where postcss-minify-selectors would transform `[title=""]`
into `[title=]` (thanks to @arperry).
# 2.0.6

@@ -2,0 +7,0 @@

2

dist/lib/canUnquote.js

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

value = (0, _unquote2.default)(value);
if (value === '-') {
if (value === '-' || value === '') {
return false;

@@ -25,0 +25,0 @@ }

{
"name": "postcss-minify-selectors",
"version": "2.0.6",
"version": "2.0.7",
"description": "Minify selectors with PostCSS.",

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

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