Socket
Socket
Sign inDemoInstall

victory-polar-axis

Package Overview
Dependencies
31
Maintainers
16
Versions
135
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 36.8.5 to 36.8.6

6

CHANGELOG.md
# victory-polar-axis
## 36.8.6
### Patch Changes
- Migrate victory-native to TypeScript ([#2739](https://github.com/FormidableLabs/victory/pull/2739))
## 36.8.5

@@ -4,0 +10,0 @@

17

es/victory-polar-axis.d.ts

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

};
static defaultProps: {
axisComponent: JSX.Element;
axisLabelComponent: JSX.Element;
circularAxisComponent: JSX.Element;
circularGridComponent: JSX.Element;
containerComponent: JSX.Element;
endAngle: number;
gridComponent: JSX.Element;
groupComponent: JSX.Element;
labelPlacement: string;
startAngle: number;
standalone: boolean;
theme: import("victory-core").VictoryThemeDefinition;
tickComponent: JSX.Element;
tickLabelComponent: JSX.Element;
};
static defaultProps: VictoryPolarAxisProps;
static getDomain: typeof Axis.getDomain;

@@ -36,0 +21,0 @@ static getAxis: typeof Axis.getAxis;

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

};
static defaultProps: {
axisComponent: JSX.Element;
axisLabelComponent: JSX.Element;
circularAxisComponent: JSX.Element;
circularGridComponent: JSX.Element;
containerComponent: JSX.Element;
endAngle: number;
gridComponent: JSX.Element;
groupComponent: JSX.Element;
labelPlacement: string;
startAngle: number;
standalone: boolean;
theme: import("victory-core").VictoryThemeDefinition;
tickComponent: JSX.Element;
tickLabelComponent: JSX.Element;
};
static defaultProps: VictoryPolarAxisProps;
static getDomain: typeof Axis.getDomain;

@@ -36,0 +21,0 @@ static getAxis: typeof Axis.getAxis;

{
"name": "victory-polar-axis",
"version": "36.8.5",
"version": "36.8.6",
"description": "Polar Axis Component for Victory",

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

"prop-types": "^15.8.1",
"victory-core": "^36.8.5"
"victory-core": "^36.8.6"
},

@@ -28,0 +28,0 @@ "peerDependencies": {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc