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.3 to 0.0.4

2

dist/index.es.js

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

}, cellStyle(background, value, min, max, data, xi, yi));
var title = (value || value === 0) && value + ' ' + unit;
return React.createElement(

@@ -363,3 +362,2 @@ Cell,

} : undefined,
title: title,
style: style,

@@ -366,0 +364,0 @@ height: height

@@ -358,3 +358,2 @@ 'use strict';

}, cellStyle(background, value, min, max, data, xi, yi));
var title = (value || value === 0) && value + ' ' + unit;
return React__default.createElement(

@@ -370,3 +369,2 @@ Cell,

} : undefined,
title: title,
style: style,

@@ -373,0 +371,0 @@ height: height

2

package.json
{
"name": "react-light-heatmap",
"version": "0.0.3",
"version": "0.0.4",
"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