Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-discard-duplicates

Package Overview
Dependencies
Maintainers
2
Versions
50
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 1.1.4 to 1.1.5

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.1.5
* Fixed an issue where comments were being deduplicated.
# 1.1.4

@@ -2,0 +6,0 @@

@@ -8,2 +8,4 @@ 'use strict';

if (node.type === 'comment') { return; }
var nodes = node.parent.nodes.filter(function (n) {

@@ -10,0 +12,0 @@ return String(n) === String(node);

2

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

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc