clean-css
Advanced tools
Comparing version 4.0.7 to 4.0.8
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
370979
7777