chromaticity-color-utilities
Advanced tools
Comparing version 0.13.0-alpha to 0.13.1-alpha
@@ -102,3 +102,3 @@ "use strict"; | ||
case 'colorburn': | ||
newValue = a > 0 ? (1 - b) / a : 0; | ||
newValue = a > 0 ? 1 - ((1 - b) / a) : 0; | ||
break; | ||
@@ -105,0 +105,0 @@ case 'vividlight': |
{ | ||
"name": "chromaticity-color-utilities", | ||
"version": "0.13.0-alpha", | ||
"version": "0.13.1-alpha", | ||
"description": "Color utilities for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.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
357898