color-string
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -54,3 +54,3 @@ /* MIT license */ | ||
var per = /^rgba?\(\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/; | ||
var keyword = /(\D+)/; | ||
var keyword = /(\w+)/; | ||
@@ -57,0 +57,0 @@ var rgb = [0, 0, 0, 1]; |
{ | ||
"name": "color-string", | ||
"description": "Parser and generator for CSS color strings", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"author": "Heather Arthur <fayearthur@gmail.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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