Socket
Socket
Sign inDemoInstall

victory-voronoi-container

Package Overview
Dependencies
34
Maintainers
27
Versions
148
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 36.6.3 to 36.6.4

12

CHANGELOG.md
# victory-voronoi-container
## 36.6.4
### Patch Changes
- Added explicit `any` type defs (fixes [#2358](https://github.com/FormidableLabs/victory/issues/2358)) ([`57ed0fe30`](https://github.com/FormidableLabs/victory/commit/57ed0fe304dbc8753da1126a02d44de8004e96aa))
* Allow data accessors to accept any data types (fixes [#2360](https://github.com/FormidableLabs/victory/issues/2360)) ([#2436](https://github.com/FormidableLabs/victory/pull/2436))
* Updated dependencies [[`9a6319cff`](https://github.com/FormidableLabs/victory/commit/9a6319cffbc480711b8c286dcae00575081170f0)]:
- victory-core@36.6.4
- victory-tooltip@36.6.4
## 36.6.3

@@ -4,0 +16,0 @@

29

es/index.d.ts

@@ -25,16 +25,21 @@ import * as React from "react";

export const VoronoiHelpers: {
withinBounds(props, point): any;
getDatasets(props): any;
findPoints(datasets, point): any;
withinRadius(point, mousePosition, radius): any;
getVoronoiPoints(props, mousePosition): any;
getActiveMutations(props, point): any;
getInactiveMutations(props, point): any;
getParentMutation(activePoints, mousePosition, parentSVG, vIndex): any;
onActivated(props, points): any;
onDeactivated(props, points): any;
onMouseLeave(evt, targetProps): any;
onMouseMove(evt, targetProps): any;
withinBounds(props: any, point: any): any;
getDatasets(props: any): any;
findPoints(datasets: any, point: any): any;
withinRadius(point: any, mousePosition: any, radius: any): any;
getVoronoiPoints(props: any, mousePosition: any): any;
getActiveMutations(props: any, point: any): any;
getInactiveMutations(props: any, point: any): any;
getParentMutation(
activePoints: any,
mousePosition: any,
parentSVG: any,
vIndex: any,
): any;
onActivated(props: any, points: any): any;
onDeactivated(props: any, points: any): any;
onMouseLeave(evt: any, targetProps: any): any;
onMouseMove(evt: any, targetProps: any): any;
};
export const voronoiContainerMixin: (base: Function) => Function;

@@ -25,16 +25,21 @@ import * as React from "react";

export const VoronoiHelpers: {
withinBounds(props, point): any;
getDatasets(props): any;
findPoints(datasets, point): any;
withinRadius(point, mousePosition, radius): any;
getVoronoiPoints(props, mousePosition): any;
getActiveMutations(props, point): any;
getInactiveMutations(props, point): any;
getParentMutation(activePoints, mousePosition, parentSVG, vIndex): any;
onActivated(props, points): any;
onDeactivated(props, points): any;
onMouseLeave(evt, targetProps): any;
onMouseMove(evt, targetProps): any;
withinBounds(props: any, point: any): any;
getDatasets(props: any): any;
findPoints(datasets: any, point: any): any;
withinRadius(point: any, mousePosition: any, radius: any): any;
getVoronoiPoints(props: any, mousePosition: any): any;
getActiveMutations(props: any, point: any): any;
getInactiveMutations(props: any, point: any): any;
getParentMutation(
activePoints: any,
mousePosition: any,
parentSVG: any,
vIndex: any,
): any;
onActivated(props: any, points: any): any;
onDeactivated(props: any, points: any): any;
onMouseLeave(evt: any, targetProps: any): any;
onMouseMove(evt: any, targetProps: any): any;
};
export const voronoiContainerMixin: (base: Function) => Function;
{
"name": "victory-voronoi-container",
"version": "36.6.3",
"version": "36.6.4",
"description": "Interactive Voronoi Mouseover Component for Victory",

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

"react-fast-compare": "^3.2.0",
"victory-core": "^36.6.3",
"victory-tooltip": "^36.6.3"
"victory-core": "^36.6.4",
"victory-tooltip": "^36.6.4"
},

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

@@ -25,16 +25,21 @@ import * as React from "react";

export const VoronoiHelpers: {
withinBounds(props, point): any;
getDatasets(props): any;
findPoints(datasets, point): any;
withinRadius(point, mousePosition, radius): any;
getVoronoiPoints(props, mousePosition): any;
getActiveMutations(props, point): any;
getInactiveMutations(props, point): any;
getParentMutation(activePoints, mousePosition, parentSVG, vIndex): any;
onActivated(props, points): any;
onDeactivated(props, points): any;
onMouseLeave(evt, targetProps): any;
onMouseMove(evt, targetProps): any;
withinBounds(props: any, point: any): any;
getDatasets(props: any): any;
findPoints(datasets: any, point: any): any;
withinRadius(point: any, mousePosition: any, radius: any): any;
getVoronoiPoints(props: any, mousePosition: any): any;
getActiveMutations(props: any, point: any): any;
getInactiveMutations(props: any, point: any): any;
getParentMutation(
activePoints: any,
mousePosition: any,
parentSVG: any,
vIndex: any,
): any;
onActivated(props: any, points: any): any;
onDeactivated(props: any, points: any): any;
onMouseLeave(evt: any, targetProps: any): any;
onMouseMove(evt: any, targetProps: any): any;
};
export const voronoiContainerMixin: (base: Function) => Function;
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