Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

victory-axis

Package Overview
Dependencies
Maintainers
41
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-axis - npm Package Compare versions

Comparing version 35.9.3 to 35.10.0

8

es/helper-methods.js

@@ -73,3 +73,3 @@ import _defaults from "lodash/defaults";

var getStyles = function (props, styleObject) {
export var getStyles = function (props, styleObject) {
var style = props.style || {};

@@ -525,3 +525,3 @@ styleObject = styleObject || {};

var getBaseProps = function (props, fallbackProps) {
export var getBaseProps = function (props, fallbackProps) {
props = Axis.modifyProps(props, fallbackProps);

@@ -613,4 +613,2 @@ var calculatedValues = getCalculatedValues(props);

}, initialChildProps);
};
export { getBaseProps, getStyles };
};

@@ -6,3 +6,3 @@ "use strict";

});
exports.getStyles = exports.getBaseProps = void 0;
exports.getBaseProps = exports.getStyles = void 0;

@@ -9,0 +9,0 @@ var _defaults2 = _interopRequireDefault(require("lodash/defaults"));

{
"name": "victory-axis",
"version": "35.9.3",
"version": "35.10.0",
"description": "Axis Component for Victory",

@@ -24,4 +24,7 @@ "keywords": [

"prop-types": "^15.5.8",
"victory-core": "^35.9.3"
"victory-core": "^35.10.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0"
},
"scripts": {

@@ -28,0 +31,0 @@ "version": "nps build-libs && nps build-dists"

@@ -64,3 +64,3 @@ import { assign, defaults } from "lodash";

const getStyles = (props, styleObject) => {
export const getStyles = (props, styleObject) => {
const style = props.style || {};

@@ -542,3 +542,3 @@ styleObject = styleObject || {};

const getBaseProps = (props, fallbackProps) => {
export const getBaseProps = (props, fallbackProps) => {
props = Axis.modifyProps(props, fallbackProps);

@@ -659,3 +659,1 @@ const calculatedValues = getCalculatedValues(props);

};
export { getBaseProps, getStyles };

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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