Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 0.0.0 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc