Socket
Socket
Sign inDemoInstall

victory-polar-axis

Package Overview
Dependencies
Maintainers
16
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-polar-axis - npm Package Compare versions

Comparing version 37.0.1-next.0 to 37.0.1-next.1

4

CHANGELOG.md
# victory-polar-axis
## 37.0.1-next.0
## 37.0.1-next.1

@@ -8,3 +8,3 @@ ### Patch Changes

- 22ac23249: Fix the signature of class static functions in components
- victory-core@37.0.1-next.0
- victory-core@37.0.1-next.1

@@ -11,0 +11,0 @@ ## 37.0.0

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

static getAxis: typeof Axis.getAxis;
static getScale: (props: VictoryPolarAxisProps) => import("victory-core").D3Scale<any>;
static getScale(props: any): import("victory-core").D3Scale<any>;
static getStyles(props: any): {

@@ -24,0 +24,0 @@ parent?: undefined;

@@ -45,3 +45,5 @@ import _isEmpty from "lodash/isEmpty";

static getAxis = Axis.getAxis;
static getScale = getScale;
static getScale(props) {
return getScale(props);
}
static getStyles(props) {

@@ -48,0 +50,0 @@ return getStyles(props, fallbackProps.style);

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

static getAxis: typeof Axis.getAxis;
static getScale: (props: VictoryPolarAxisProps) => import("victory-core").D3Scale<any>;
static getScale(props: any): import("victory-core").D3Scale<any>;
static getStyles(props: any): {

@@ -24,0 +24,0 @@ parent?: undefined;

@@ -52,3 +52,5 @@ "use strict";

static getAxis = _victoryCore.Axis.getAxis;
static getScale = _helperMethods.getScale;
static getScale(props) {
return (0, _helperMethods.getScale)(props);
}
static getStyles(props) {

@@ -55,0 +57,0 @@ return (0, _helperMethods.getStyles)(props, fallbackProps.style);

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

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

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

@@ -27,0 +27,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc