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

victory-box-plot

Package Overview
Dependencies
Maintainers
16
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-box-plot - npm Package Compare versions

Comparing version 37.0.0 to 37.0.1-next.0

8

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

@@ -4,0 +12,0 @@

0

es/helper-methods.d.ts

@@ -0,0 +0,0 @@ export declare const getData: (props: any) => any;

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

2

es/victory-box-plot.d.ts

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

static getData: (props: any) => any;
static getBaseProps: (props: any) => any;
static getBaseProps(props: any): any;
static expectedComponents: Array<keyof VictoryBoxPlotProps>;

@@ -77,0 +77,0 @@ renderBoxPlot(props: any): React.ReactElement<any, string | React.JSXElementConstructor<any>>;

@@ -88,3 +88,5 @@ import React from "react";

static getData = getData;
static getBaseProps = props => getBaseProps(props, fallbackProps);
static getBaseProps(props) {
return getBaseProps(props, fallbackProps);
}
static expectedComponents = ["maxComponent", "maxLabelComponent", "medianComponent", "medianLabelComponent", "minComponent", "minLabelComponent", "q1Component", "q1LabelComponent", "q3Component", "q3LabelComponent", "groupComponent", "containerComponent"];

@@ -91,0 +93,0 @@ renderBoxPlot(props) {

@@ -0,0 +0,0 @@ export declare const getData: (props: any) => any;

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

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

static getData: (props: any) => any;
static getBaseProps: (props: any) => any;
static getBaseProps(props: any): any;
static expectedComponents: Array<keyof VictoryBoxPlotProps>;

@@ -77,0 +77,0 @@ renderBoxPlot(props: any): React.ReactElement<any, string | React.JSXElementConstructor<any>>;

@@ -95,3 +95,5 @@ "use strict";

static getData = _helperMethods.getData;
static getBaseProps = props => (0, _helperMethods.getBaseProps)(props, fallbackProps);
static getBaseProps(props) {
return (0, _helperMethods.getBaseProps)(props, fallbackProps);
}
static expectedComponents = ["maxComponent", "maxLabelComponent", "medianComponent", "medianLabelComponent", "minComponent", "minLabelComponent", "q1Component", "q1LabelComponent", "q3Component", "q3LabelComponent", "groupComponent", "containerComponent"];

@@ -98,0 +100,0 @@ renderBoxPlot(props) {

{
"name": "victory-box-plot",
"version": "37.0.0",
"version": "37.0.1-next.0",
"description": "Box Plot Component for Victory",

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

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

@@ -32,7 +32,4 @@ "peerDependencies": {

"devDependencies": {
"victory-chart": "*"
"victory-chart": "37.0.1-next.0"
},
"publishConfig": {
"provenance": true
},
"wireit": {

@@ -39,0 +36,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