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

victory-tooltip

Package Overview
Dependencies
Maintainers
16
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-tooltip - npm Package Compare versions

Comparing version 37.0.0 to 37.0.1-next.0

7

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

@@ -4,0 +11,0 @@

0

es/flyout.d.ts

@@ -0,0 +0,0 @@ import React from "react";

export * from "./victory-tooltip";
export * from "./flyout";
//# sourceMappingURL=index.d.ts.map

2

es/victory-tooltip.d.ts

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

};
static defaultEvents: (props: VictoryTooltipProps) => {
static defaultEvents(props: VictoryTooltipProps): {
target: string;

@@ -79,0 +79,0 @@ eventHandlers: EventHandlers;

@@ -23,3 +23,3 @@ import _orderBy from "lodash/orderBy";

};
static defaultEvents = props => {
static defaultEvents(props) {
const activate = props.activateData ? [{

@@ -68,3 +68,3 @@ target: "labels",

}];
};
}
constructor(props) {

@@ -71,0 +71,0 @@ super(props);

@@ -0,0 +0,0 @@ import React from "react";

export * from "./victory-tooltip";
export * from "./flyout";
//# sourceMappingURL=index.d.ts.map

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

};
static defaultEvents: (props: VictoryTooltipProps) => {
static defaultEvents(props: VictoryTooltipProps): {
target: string;

@@ -79,0 +79,0 @@ eventHandlers: EventHandlers;

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

};
static defaultEvents = props => {
static defaultEvents(props) {
const activate = props.activateData ? [{

@@ -75,3 +75,3 @@ target: "labels",

}];
};
}
constructor(props) {

@@ -78,0 +78,0 @@ super(props);

{
"name": "victory-tooltip",
"version": "37.0.0",
"version": "37.0.1-next.0",
"description": "Tooltip Component for Victory",

@@ -24,3 +24,3 @@ "keywords": [

"lodash": "^4.17.19",
"victory-core": "^37.0.0"
"victory-core": "^37.0.1-next.0"
},

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

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

@@ -35,0 +32,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc