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

victory-voronoi

Package Overview
Dependencies
Maintainers
4
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-voronoi - npm Package Compare versions

Comparing version 35.9.3 to 35.10.0

6

es/helper-methods.js

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

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