victory-box-plot
Advanced tools
Comparing version 36.8.5-next.0 to 36.8.5
# 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
2
1418361
23971
Updatedvictory-core@^36.8.5
Updatedvictory-vendor@^36.8.5