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

clean-css

Package Overview
Dependencies
Maintainers
2
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-css - npm Package Compare versions

Comparing version 4.0.7 to 4.0.8

2

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

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

isQuoted = isSingleQuoted || isDoubleQuoted;
isRelation = !isEscaped && RELATION_PATTERN.test(character);
isRelation = !isEscaped && roundBracketLevel === 0 && RELATION_PATTERN.test(character);
isWhitespace = WHITESPACE_PATTERN.test(character);

@@ -69,0 +69,0 @@

@@ -36,2 +36,6 @@ var http = require('http');

if (errorHandled) {
return;
}
if (res.statusCode < 200 || res.statusCode > 399) {

@@ -38,0 +42,0 @@ return callback(res.statusCode, null);

{
"name": "clean-css",
"version": "4.0.7",
"version": "4.0.8",
"author": "Jakub Pawlowicz <contact@jakubpawlowicz.com> (http://twitter.com/jakubpawlowicz)",

@@ -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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc