color-rgba
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -10,3 +10,3 @@ /** @module color-rgba */ | ||
// template literals | ||
if (Array.isArray(color) && color.raw) color = String.raw.apply(null, ...arguments) | ||
if (Array.isArray(color) && color.raw) color = String.raw.apply(null, arguments) | ||
@@ -13,0 +13,0 @@ var values, i, l |
{ | ||
"name": "color-rgba", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Convert color string (or parseable argument) to RGBA array", | ||
@@ -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
4885