Socket
Socket
Sign inDemoInstall

victory-polar-axis

Package Overview
Dependencies
3
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-next.0 to 36.8.5

8

CHANGELOG.md
# victory-polar-axis
## 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
- Replace instances of lodash.assign with Object.assign ([#2757](https://github.com/FormidableLabs/victory/pull/2757))

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

@@ -0,0 +0,0 @@ import { VictoryPolarAxisProps } from "./types";

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

@@ -0,0 +0,0 @@ /// <reference types="react" />

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

};
static defaultProps: VictoryPolarAxisProps;
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 getDomain: typeof Axis.getDomain;

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

@@ -0,0 +0,0 @@ import { VictoryPolarAxisProps } from "./types";

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

@@ -0,0 +0,0 @@ /// <reference types="react" />

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

};
static defaultProps: VictoryPolarAxisProps;
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 getDomain: typeof Axis.getDomain;

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

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

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

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

@@ -32,3 +32,3 @@ "peerDependencies": {

"publishConfig": {
"provenance": false
"provenance": true
},

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc