Socket
Socket
Sign inDemoInstall

clean-css

Package Overview
Dependencies
1
Maintainers
2
Versions
211
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.0 to 5.3.1

8

lib/optimizer/level-1/tidy-rules.js

@@ -196,3 +196,9 @@ var Spaces = require('../../options/format').Spaces;

.replace('nth-of-type(2n+1)', 'nth-of-type(odd)')
.replace('nth-child(2n+1)', 'nth-child(odd)');
.replace('nth-child(2n+1)', 'nth-child(odd)')
.replace('nth-last-child(1)', 'last-child')
.replace('nth-last-of-type(1)', 'last-of-type')
.replace('nth-last-of-type(even)', 'nth-last-of-type(2n)')
.replace('nth-last-child(even)', 'nth-last-child(2n)')
.replace('nth-last-of-type(2n+1)', 'nth-last-of-type(odd)')
.replace('nth-last-child(2n+1)', 'nth-last-child(odd)');
}

@@ -199,0 +205,0 @@

@@ -376,2 +376,3 @@ var Marker = require('./marker');

isBufferEmpty = true;
isVariable = false;

@@ -378,0 +379,0 @@ ruleToken[2] = intoTokens(source, externalContext, internalContext, true);

2

package.json
{
"name": "clean-css",
"version": "5.3.0",
"version": "5.3.1",
"author": "Jakub Pawlowicz <contact@jakubpawlowicz.com>",

@@ -5,0 +5,0 @@ "description": "A well-tested CSS minifier",

Sorry, the diff of this file is too big to display

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