victory-axis
Advanced tools
Comparing version 35.9.3 to 35.10.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1169423
4
21898
8
4
Updatedvictory-core@^35.10.0