Socket
Socket
Sign inDemoInstall

postcss-merge-rules

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-merge-rules - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

5

CHANGELOG.md

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

# 1.3.2
* Fixes a behaviour in which comment nodes were being processed by the
partial declaration merging logic.
# 1.3.1

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

4

index.js

@@ -102,6 +102,6 @@ 'use strict';

};
firstClone.eachInside(moveDecl(function (decl) {
firstClone.eachDecl(moveDecl(function (decl) {
decl.moveTo(recievingBlock);
}));
secondClone.eachInside(moveDecl(function (decl) {
secondClone.eachDecl(moveDecl(function (decl) {
decl.removeSelf();

@@ -108,0 +108,0 @@ }));

{
"name": "postcss-merge-rules",
"version": "1.3.1",
"version": "1.3.2",
"description": "Merge CSS rules 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