Socket
Socket
Sign inDemoInstall

postcss-discard-empty

Package Overview
Dependencies
4
Maintainers
8
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.1 to 6.0.2

4

package.json
{
"name": "postcss-discard-empty",
"version": "6.0.1",
"version": "6.0.2",
"description": "Discard empty rules and values with PostCSS.",

@@ -36,3 +36,3 @@ "main": "src/index.js",

"devDependencies": {
"postcss": "^8.4.32"
"postcss": "^8.4.35"
},

@@ -39,0 +39,0 @@ "peerDependencies": {

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

(type === 'rule' && !node.selector) ||
(sub && !sub.length) ||
(sub && !sub.length && !(type === 'atrule' && node.name === 'layer')) ||
(type === 'atrule' &&

@@ -27,0 +27,0 @@ ((!sub && !node.params) ||

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