🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

heatmap

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heatmap - npm Package Compare versions

Comparing version

to
0.0.1

8

index.js

@@ -88,12 +88,4 @@ var convert = require('color-convert');

this.clearCanvas();
this.canvas.getContext('2d').putImageData(heat, 0, 0);
return this;
};
Heat.prototype.clearCanvas = function () {
var ctx = this.canvas.getContext('2d');
ctx.fillStyle = null;
ctx.fillRect(0, 0, this.canvas.width, this.canvas.height);
return this;
};

2

package.json
{
"name" : "heatmap",
"version" : "0.0.0",
"version" : "0.0.1",
"description" : "canvas heat maps for node and the browser",

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

Sorry, the diff of this file is not supported yet