canvas-heatmap
Advanced tools
Comparing version 1.4.5 to 1.4.6
{ | ||
"name": "canvas-heatmap", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"description": "Interactive heatmap, capable of displaying 1,000,000+ data points using canvas and d3. ", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -264,3 +264,7 @@ import { | ||
options.colors = options.colors.map((c) => { | ||
c.rgba = convertToRGB(c.color); | ||
if (Array.isArray(c.color)) { | ||
c.rgba = c.color; | ||
} else { | ||
c.rgba = convertToRGB(c.color); | ||
} | ||
return c; | ||
@@ -267,0 +271,0 @@ }); |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
58235
9
1682
1