color-parse
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -43,3 +43,3 @@ /** | ||
//color space | ||
else if (m = /^((?:rgb|hs[lv]|hwb|cmyk|xyz|gray|lab|lch)a?)\s*\(([^\)]*)\)/.exec(cstr)) { | ||
else if (m = /^((?:rgb|hs[lvb]|hwb|cmyk?|xy[zy]|gray|lab|lch|[ly]uv|lms)a?)\s*\(([^\)]*)\)/.exec(cstr)) { | ||
var name = m[1]; | ||
@@ -46,0 +46,0 @@ var base = name.replace(/a$/, ''); |
{ | ||
"name": "color-parse", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Color parser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5569