Comparing version 8.4.30 to 8.4.31
@@ -10,3 +10,3 @@ 'use strict' | ||
constructor(plugins = []) { | ||
this.version = '8.4.30' | ||
this.version = '8.4.31' | ||
this.plugins = this.normalize(plugins) | ||
@@ -13,0 +13,0 @@ } |
@@ -25,3 +25,3 @@ 'use strict' | ||
const RE_WORD_END = /[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g | ||
const RE_BAD_BRACKET = /.[\n"'(/\\]/ | ||
const RE_BAD_BRACKET = /.[\r\n"'(/\\]/ | ||
const RE_HEX_ESCAPE = /[\da-f]/i | ||
@@ -28,0 +28,0 @@ |
{ | ||
"name": "postcss", | ||
"version": "8.4.30", | ||
"version": "8.4.31", | ||
"description": "Tool for transforming styles with JS plugins", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
196517