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.2.3 to 5.2.4

1

lib/tokenizer/tokenize.js

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

isBufferEmpty = true;
isVariable = false;
} else if (character == Marker.SEMICOLON && level == Level.RULE && propertyToken && isBufferEmpty && isVariable && !propertyToken[2]) {

@@ -385,0 +386,0 @@ // semicolon after empty variable value at rule level, e.g. a{--color: ;<--

2

package.json
{
"name": "clean-css",
"version": "5.2.3",
"version": "5.2.4",
"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