Socket
Socket
Sign inDemoInstall

react-light-heatmap

Package Overview
Dependencies
10
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

dist/index.es.js

@@ -342,3 +342,3 @@ import React, { Component } from 'react';

xLabels.map(function (x, xi) {
var value = data[yi][xi];
var value = getValue(data[yi][xi]);
var style = _extends({

@@ -345,0 +345,0 @@ cursor: cursor,

@@ -349,3 +349,3 @@ 'use strict';

xLabels.map(function (x, xi) {
var value = data[yi][xi];
var value = getValue(data[yi][xi]);
var style = _extends({

@@ -352,0 +352,0 @@ cursor: cursor,

{
"name": "react-light-heatmap",
"version": "0.0.2",
"version": "0.0.3",
"description": "React component for heatmap grid layout",

@@ -5,0 +5,0 @@ "author": "elv1n",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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