Socket
Socket
Sign inDemoInstall

victory-voronoi-container

Package Overview
Dependencies
31
Maintainers
16
Versions
148
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 37.0.0 to 37.0.1-next.0

9

CHANGELOG.md
# victory-voronoi-container
## 37.0.1-next.0
### Patch Changes
- 22ac23249: Fix the signature of class static functions in components
- Updated dependencies [22ac23249]
- victory-tooltip@37.0.1-next.0
- victory-core@37.0.1-next.0
## 37.0.0

@@ -4,0 +13,0 @@

0

es/index.d.ts
export * from "./victory-voronoi-container";
export * from "./voronoi-helpers";
//# sourceMappingURL=index.d.ts.map

4

es/victory-voronoi-container.d.ts

@@ -68,3 +68,3 @@ import React from "react";

defaultProps: VictoryVoronoiContainerProps;
defaultEvents: (props: VictoryVoronoiContainerProps) => ({
defaultEvents(props: VictoryVoronoiContainerProps): ({
target: string;

@@ -146,3 +146,3 @@ eventHandlers: {

defaultProps: VictoryVoronoiContainerProps;
defaultEvents: (props: VictoryVoronoiContainerProps) => ({
defaultEvents(props: VictoryVoronoiContainerProps): ({
target: string;

@@ -149,0 +149,0 @@ eventHandlers: {

@@ -19,3 +19,3 @@ import _pick from "lodash/pick";

};
static defaultEvents = props => {
static defaultEvents(props) {
return [{

@@ -45,3 +45,3 @@ target: "parent",

}];
};
}
getDimension(props) {

@@ -48,0 +48,0 @@ const {

@@ -0,0 +0,0 @@ /// <reference types="lodash" />

export * from "./victory-voronoi-container";
export * from "./voronoi-helpers";
//# sourceMappingURL=index.d.ts.map

@@ -68,3 +68,3 @@ import React from "react";

defaultProps: VictoryVoronoiContainerProps;
defaultEvents: (props: VictoryVoronoiContainerProps) => ({
defaultEvents(props: VictoryVoronoiContainerProps): ({
target: string;

@@ -146,3 +146,3 @@ eventHandlers: {

defaultProps: VictoryVoronoiContainerProps;
defaultEvents: (props: VictoryVoronoiContainerProps) => ({
defaultEvents(props: VictoryVoronoiContainerProps): ({
target: string;

@@ -149,0 +149,0 @@ eventHandlers: {

@@ -28,3 +28,3 @@ "use strict";

};
static defaultEvents = props => {
static defaultEvents(props) {
return [{

@@ -54,3 +54,3 @@ target: "parent",

}];
};
}
getDimension(props) {

@@ -57,0 +57,0 @@ const {

@@ -0,0 +0,0 @@ /// <reference types="lodash" />

{
"name": "victory-voronoi-container",
"version": "37.0.0",
"version": "37.0.1-next.0",
"description": "Interactive Voronoi Mouseover Component for Victory",

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

"react-fast-compare": "^3.2.0",
"victory-core": "^37.0.0",
"victory-tooltip": "^37.0.0"
"victory-core": "^37.0.1-next.0",
"victory-tooltip": "^37.0.1-next.0"
},

@@ -33,5 +33,2 @@ "peerDependencies": {

},
"publishConfig": {
"provenance": true
},
"wireit": {

@@ -38,0 +35,0 @@ "### THESE WIREIT CONFIGS ARE GENERATED ####": {},

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

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

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