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 36.8.5-next.0 to 36.8.5

9

CHANGELOG.md
# victory-box-plot
## 36.8.5-next.0
## 36.8.5
### Patch Changes
- c8c2eb2f5: Replace instances of lodash.assign with Object.assign
- 0f3abe234: Migrate victory-native to TypeScript
- Updated dependencies [c8c2eb2f5]
- Updated dependencies [0f3abe234]
- victory-core@36.8.5-next.0
- victory-vendor@36.8.5-next.0
- Replace instances of lodash.assign with Object.assign ([#2757](https://github.com/FormidableLabs/victory/pull/2757))

@@ -14,0 +9,0 @@ ## 36.8.4

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

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

@@ -172,3 +172,30 @@ import React from "react";

};
static defaultProps: VictoryBoxPlotProps;
static defaultProps: {
containerComponent: JSX.Element;
data: {
x: number;
min: number;
q1: number;
median: number;
q3: number;
max: number;
}[];
dataComponent: JSX.Element;
groupComponent: JSX.Element;
maxComponent: JSX.Element;
maxLabelComponent: JSX.Element;
medianComponent: JSX.Element;
medianLabelComponent: JSX.Element;
minComponent: JSX.Element;
minLabelComponent: JSX.Element;
q1Component: JSX.Element;
q1LabelComponent: JSX.Element;
q3Component: JSX.Element;
q3LabelComponent: JSX.Element;
samples: number;
sortKey: string;
sortOrder: string;
standalone: boolean;
theme: import("victory-core").VictoryThemeDefinition;
};
static getDomain: (props: any, axis: any) => any;

@@ -175,0 +202,0 @@ static getData: (props: any) => any;

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

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

@@ -172,3 +172,30 @@ import React from "react";

};
static defaultProps: VictoryBoxPlotProps;
static defaultProps: {
containerComponent: JSX.Element;
data: {
x: number;
min: number;
q1: number;
median: number;
q3: number;
max: number;
}[];
dataComponent: JSX.Element;
groupComponent: JSX.Element;
maxComponent: JSX.Element;
maxLabelComponent: JSX.Element;
medianComponent: JSX.Element;
medianLabelComponent: JSX.Element;
minComponent: JSX.Element;
minLabelComponent: JSX.Element;
q1Component: JSX.Element;
q1LabelComponent: JSX.Element;
q3Component: JSX.Element;
q3LabelComponent: JSX.Element;
samples: number;
sortKey: string;
sortOrder: string;
standalone: boolean;
theme: import("victory-core").VictoryThemeDefinition;
};
static getDomain: (props: any, axis: any) => any;

@@ -175,0 +202,0 @@ static getData: (props: any) => any;

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

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

"prop-types": "^15.8.1",
"victory-core": "^36.8.5-next.0",
"victory-vendor": "^36.8.5-next.0"
"victory-core": "^36.8.5",
"victory-vendor": "^36.8.5"
},

@@ -33,7 +33,7 @@ "peerDependencies": {

"devDependencies": {
"victory-box-plot": "36.8.5-next.0",
"victory-chart": "^36.8.5-next.0"
"victory-box-plot": "*",
"victory-chart": "^36.8.5"
},
"publishConfig": {
"provenance": false
"provenance": true
},

@@ -40,0 +40,0 @@ "wireit": {

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