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

victory-legend

Package Overview
Dependencies
Maintainers
16
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-legend - npm Package Compare versions

Comparing version 37.0.0 to 37.0.1-next.0

7

CHANGELOG.md
# victory-legend
## 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/helper-methods.d.ts

@@ -0,0 +0,0 @@ export declare const getDimensions: (initialProps: any, fallbackProps: any) => {

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

4

es/victory-legend.d.ts

@@ -46,4 +46,4 @@ import React from "react";

};
static getBaseProps: (props: VictoryLegendProps) => any;
static getDimensions: (props: VictoryLegendProps) => {
static getBaseProps(props: VictoryLegendProps): any;
static getDimensions(props: VictoryLegendProps): {
height: number;

@@ -50,0 +50,0 @@ width: number;

@@ -34,4 +34,8 @@ import React from "react";

};
static getBaseProps = props => getBaseProps(props, fallbackProps);
static getDimensions = props => getDimensions(props, fallbackProps);
static getBaseProps(props) {
return getBaseProps(props, fallbackProps);
}
static getDimensions(props) {
return getDimensions(props, fallbackProps);
}
static expectedComponents = ["borderComponent", "containerComponent", "dataComponent", "groupComponent", "labelComponent", "titleComponent"];

@@ -38,0 +42,0 @@ renderChildren(props) {

@@ -0,0 +0,0 @@ export declare const getDimensions: (initialProps: any, fallbackProps: any) => {

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

@@ -46,4 +46,4 @@ import React from "react";

};
static getBaseProps: (props: VictoryLegendProps) => any;
static getDimensions: (props: VictoryLegendProps) => {
static getBaseProps(props: VictoryLegendProps): any;
static getDimensions(props: VictoryLegendProps): {
height: number;

@@ -50,0 +50,0 @@ width: number;

@@ -41,4 +41,8 @@ "use strict";

};
static getBaseProps = props => (0, _helperMethods.getBaseProps)(props, fallbackProps);
static getDimensions = props => (0, _helperMethods.getDimensions)(props, fallbackProps);
static getBaseProps(props) {
return (0, _helperMethods.getBaseProps)(props, fallbackProps);
}
static getDimensions(props) {
return (0, _helperMethods.getDimensions)(props, fallbackProps);
}
static expectedComponents = ["borderComponent", "containerComponent", "dataComponent", "groupComponent", "labelComponent", "titleComponent"];

@@ -45,0 +49,0 @@ renderChildren(props) {

{
"name": "victory-legend",
"version": "37.0.0",
"version": "37.0.1-next.0",
"description": "Legend 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