Socket
Socket
Sign inDemoInstall

victory-polar-axis

Package Overview
Dependencies
28
Maintainers
16
Versions
134
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 37.0.0 to 37.0.1-next.0

7

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

@@ -4,0 +11,0 @@

0

es/helper-methods.d.ts

@@ -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" />

4

es/victory-polar-axis.d.ts

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

static getScale: (props: VictoryPolarAxisProps) => import("victory-core").D3Scale<any>;
static getStyles: (props: any) => {
static getStyles(props: any): {
parent?: undefined;

@@ -41,3 +41,3 @@ axis?: undefined;

};
static getBaseProps: (props: any) => any;
static getBaseProps(props: any): any;
static expectedComponents: string[];

@@ -44,0 +44,0 @@ renderAxisLine(props: VictoryPolarAxisProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;

@@ -46,4 +46,8 @@ import _isEmpty from "lodash/isEmpty";

static getScale = getScale;
static getStyles = props => getStyles(props, fallbackProps.style);
static getBaseProps = props => getBaseProps(props, fallbackProps);
static getStyles(props) {
return getStyles(props, fallbackProps.style);
}
static getBaseProps(props) {
return getBaseProps(props, fallbackProps);
}
static expectedComponents = ["axisComponent", "circularAxisComponent", "groupComponent", "containerComponent", "tickComponent", "tickLabelComponent", "gridComponent", "circularGridComponent"];

@@ -50,0 +54,0 @@ renderAxisLine(props) {

@@ -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" />

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

static getScale: (props: VictoryPolarAxisProps) => import("victory-core").D3Scale<any>;
static getStyles: (props: any) => {
static getStyles(props: any): {
parent?: undefined;

@@ -41,3 +41,3 @@ axis?: undefined;

};
static getBaseProps: (props: any) => any;
static getBaseProps(props: any): any;
static expectedComponents: string[];

@@ -44,0 +44,0 @@ renderAxisLine(props: VictoryPolarAxisProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;

@@ -53,4 +53,8 @@ "use strict";

static getScale = _helperMethods.getScale;
static getStyles = props => (0, _helperMethods.getStyles)(props, fallbackProps.style);
static getBaseProps = props => (0, _helperMethods.getBaseProps)(props, fallbackProps);
static getStyles(props) {
return (0, _helperMethods.getStyles)(props, fallbackProps.style);
}
static getBaseProps(props) {
return (0, _helperMethods.getBaseProps)(props, fallbackProps);
}
static expectedComponents = ["axisComponent", "circularAxisComponent", "groupComponent", "containerComponent", "tickComponent", "tickLabelComponent", "gridComponent", "circularGridComponent"];

@@ -57,0 +61,0 @@ renderAxisLine(props) {

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

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

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

@@ -30,5 +30,2 @@ "peerDependencies": {

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc