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

postcss-discard-duplicates

Package Overview
Dependencies
Maintainers
8
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-discard-duplicates - npm Package Compare versions

Comparing version

to
6.0.2

4

package.json
{
"name": "postcss-discard-duplicates",
"version": "6.0.1",
"version": "6.0.2",
"description": "Discard duplicate rules in your CSS files with PostCSS.",

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

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

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

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

if (a.nodes) {
if (a.nodes && b.nodes) {
if (a.nodes.length !== b.nodes.length) {

@@ -74,0 +74,0 @@ return false;