Socket
Socket
Sign inDemoInstall

postcss-discard-duplicates

Package Overview
Dependencies
4
Maintainers
8
Versions
49
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-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;

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