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

victory-voronoi-container

Package Overview
Dependencies
Maintainers
16
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-voronoi-container - npm Package Compare versions

Comparing version 37.1.2 to 37.2.0

6

CHANGELOG.md
# victory-voronoi-container
## 37.2.0
### Patch Changes
- Fix: #2369 `<VictoryVoronoiContainer/>` tooltip breaks when mouse moves quickly between different charts ([#2911](https://github.com/FormidableLabs/victory/pull/2911))
## 37.1.2

@@ -4,0 +10,0 @@

1

es/voronoi-helpers.js

@@ -201,2 +201,3 @@ import _throttle from "lodash/throttle";

onMouseLeave = (evt, targetProps) => {
this.onMouseMove.cancel();
const activePoints = targetProps.activePoints || [];

@@ -203,0 +204,0 @@ this.onDeactivated(targetProps, activePoints);

@@ -208,2 +208,3 @@ "use strict";

onMouseLeave = (evt, targetProps) => {
this.onMouseMove.cancel();
const activePoints = targetProps.activePoints || [];

@@ -210,0 +211,0 @@ this.onDeactivated(targetProps, activePoints);

6

package.json
{
"name": "victory-voronoi-container",
"version": "37.1.2",
"version": "37.2.0",
"description": "Interactive Voronoi Mouseover Component for Victory",

@@ -26,4 +26,4 @@ "keywords": [

"react-fast-compare": "^3.2.0",
"victory-core": "37.1.2",
"victory-tooltip": "37.1.2"
"victory-core": "37.2.0",
"victory-tooltip": "37.2.0"
},

@@ -30,0 +30,0 @@ "peerDependencies": {

@@ -205,2 +205,3 @@ import { Collection, Selection, Data, Helpers } from "victory-core";

onMouseLeave = (evt, targetProps) => {
this.onMouseMove.cancel();
const activePoints = targetProps.activePoints || [];

@@ -207,0 +208,0 @@ this.onDeactivated(targetProps, activePoints);

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

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