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

postcss-merge-rules

Package Overview
Dependencies
Maintainers
2
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.5 to 1.3.6

4

CHANGELOG.md

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

# 1.3.6
* Minor boost in performance with reduced stringify passes.
# 1.3.5

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

3

dist/index.js

@@ -173,4 +173,5 @@ 'use strict';

if (cache.selector === rule.selector) {
var toString = String(cache);
rule.eachInside(function (decl) {
if (~String(cache).indexOf(String(decl))) {
if (~toString.indexOf(String(decl))) {
return decl.removeSelf();

@@ -177,0 +178,0 @@ }

{
"name": "postcss-merge-rules",
"version": "1.3.5",
"version": "1.3.6",
"description": "Merge CSS rules with PostCSS.",

@@ -5,0 +5,0 @@ "main": "dist/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