Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unipept-heatmap

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unipept-heatmap - npm Package Compare versions

Comparing version 2.0.0-beta.3 to 2.0.0-beta.4

2

package.json
{
"name": "unipept-heatmap",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"description": "HeatMap built for the Unipept project. See http://unipept.ugent.be for more information. This HeatMap supports UPGMA-clustering and MOLO-reordering.",

@@ -5,0 +5,0 @@ "main": "dist/bundle.js",

@@ -638,4 +638,4 @@ import * as d3 from "d3";

this.tooltip.html(this.settings.getTooltip(this.values[row][col], this.rows[row], this.columns[col]))
.style("top", (event.clientY + 10) + "px")
.style("left", (event.clientX + 10) + "px")
.style("top", (event.clientY - rect.top + 10) + "px")
.style("left", (event.clientX - rect.left + 10) + "px")
.style("visibility", "visible");

@@ -642,0 +642,0 @@ }

Sorry, the diff of this file is too big to display

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