Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

canvas-heatmap

Package Overview
Dependencies
37
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.8 to 1.4.9

2

package.json
{
"name": "canvas-heatmap",
"version": "1.4.8",
"version": "1.4.9",
"description": "Interactive heatmap, capable of displaying 1,000,000+ data points using canvas and d3. ",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -264,5 +264,6 @@ import {

options.colors = JSON.parse(JSON.stringify(options.colors));
options.colors = options.colors.map((c) => {
if (Array.isArray(c.color)) {
c.rgba = c.color;
c.rgba = JSON.parse(JSON.stringify(c.color));
c.color = convertToHex(c.color);

@@ -269,0 +270,0 @@ } else {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc