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

victory-pie

Package Overview
Dependencies
Maintainers
30
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-pie - npm Package Compare versions

Comparing version 36.0.0 to 36.0.1

2

es/victory-pie.js

@@ -133,3 +133,3 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

target: PropTypes.oneOf(["data", "labels", "parent"]),
eventKey: PropTypes.oneOfType([PropTypes.func, CustomPropTypes.allOfType([CustomPropTypes.integer, CustomPropTypes.nonNegative]), PropTypes.string]),
eventKey: PropTypes.oneOfType([PropTypes.array, PropTypes.func, CustomPropTypes.allOfType([CustomPropTypes.integer, CustomPropTypes.nonNegative]), PropTypes.string]),
eventHandlers: PropTypes.object

@@ -136,0 +136,0 @@ })),

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

target: _propTypes.default.oneOf(["data", "labels", "parent"]),
eventKey: _propTypes.default.oneOfType([_propTypes.default.func, _victoryCore.PropTypes.allOfType([_victoryCore.PropTypes.integer, _victoryCore.PropTypes.nonNegative]), _propTypes.default.string]),
eventKey: _propTypes.default.oneOfType([_propTypes.default.array, _propTypes.default.func, _victoryCore.PropTypes.allOfType([_victoryCore.PropTypes.integer, _victoryCore.PropTypes.nonNegative]), _propTypes.default.string]),
eventHandlers: _propTypes.default.object

@@ -150,0 +150,0 @@ })),

{
"name": "victory-pie",
"version": "36.0.0",
"version": "36.0.1",
"description": "Pie Component for Victory",

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

"sideEffects": false,
"gitHead": "0f9e0825ddbae3287022cb4cd59c56f9993a4b77"
"gitHead": "55e41dbfad9bdcff7e199717b459112962fffcb6"
}

@@ -109,2 +109,3 @@ /*eslint no-magic-numbers: ["error", { "ignore": [-1, 0, 1, 2] }]*/

eventKey: PropTypes.oneOfType([
PropTypes.array,
PropTypes.func,

@@ -111,0 +112,0 @@ CustomPropTypes.allOfType([

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