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.5.1 to 1.5.2

2

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

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

@@ -85,3 +85,4 @@ # Canvas Heatmap

| setDownloadGraphDiv | Unique div ID to apply onclick event for png download | false | String |
| hover | Return the mouse values | false | Function |
| hover | Return the mouse values on hover | false | Function |
| click | Return the mouse values on click | false | Function |
| width | Width of the graph | div width | Number |

@@ -88,0 +89,0 @@ | height | Height of the graph | div height | Number |

@@ -186,2 +186,3 @@ import {

{ name: "hover", default: false, verify: verifyFunction },
{ name: "click", default: false, verify: verifyFunction },

@@ -188,0 +189,0 @@ {

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