victory-voronoi
Advanced tools
Comparing version 35.9.3 to 35.10.0
@@ -70,3 +70,3 @@ import _isNil from "lodash/isNil"; | ||
var getBaseProps = function (props, fallbackProps) { | ||
export var getBaseProps = function (props, fallbackProps) { | ||
var modifiedProps = Helpers.modifyProps(props, fallbackProps, "scatter"); | ||
@@ -139,4 +139,2 @@ props = _assign({}, modifiedProps, getCalculatedValues(modifiedProps)); | ||
}, initialChildProps); | ||
}; | ||
export { getBaseProps }; | ||
}; |
{ | ||
"name": "victory-voronoi", | ||
"version": "35.9.3", | ||
"version": "35.10.0", | ||
"description": "Voronoi Component for Victory", | ||
@@ -25,4 +25,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": { | ||
@@ -29,0 +32,0 @@ "version": "nps build-libs && nps build-dists" |
@@ -62,3 +62,3 @@ import { assign, without, isNil } from "lodash"; | ||
const getBaseProps = (props, fallbackProps) => { | ||
export const getBaseProps = (props, fallbackProps) => { | ||
const modifiedProps = Helpers.modifyProps(props, fallbackProps, "scatter"); | ||
@@ -130,3 +130,1 @@ props = assign({}, modifiedProps, getCalculatedValues(modifiedProps)); | ||
}; | ||
export { getBaseProps }; |
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
1095031
5
20243
8
4
Updatedvictory-core@^35.10.0