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

victory-pie

Package Overview
Dependencies
Maintainers
6
Versions
214
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 15.0.1 to 16.0.0

8

CHANGELOG.md
# VictoryPie Changelog
## 16.0.0 (2018-06-05)
**Breaking Changes**
-[181]https://github.com/FormidableLabs/victory-pie/pull/181
- Upgrades to `react-fast-compare@^2.0.0` which changes function comparison. This means that Victory components _will_ update when functions are not equal. This closes several Victory issues, but may cause a slight performance decline
## 15.0.0 (2018-04-21)

@@ -4,0 +12,0 @@

2

es/components/victory-pie.js

@@ -147,3 +147,3 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();

VictoryPie.getData = Data.getData.bind(Data);
VictoryPie.getData = Data.getData;
VictoryPie.expectedComponents = ["dataComponent", "labelComponent", "groupComponent", "containerComponent"];

@@ -150,0 +150,0 @@

@@ -160,4 +160,4 @@ Object.defineProperty(exports, "__esModule", {

VictoryPie.getData = _victoryCore.Data.getData.bind(_victoryCore.Data);
VictoryPie.getData = _victoryCore.Data.getData;
VictoryPie.expectedComponents = ["dataComponent", "labelComponent", "groupComponent", "containerComponent"];
exports.default = (0, _victoryCore.addEvents)(VictoryPie);
{
"name": "victory-pie",
"version": "15.0.1",
"version": "16.0.0",
"description": "D3 pie & donut chart component for React",

@@ -38,6 +38,7 @@ "main": "lib/index.js",

"lodash": "^4.17.5",
"victory-core": "^22.0.0"
"victory-core": "^23.0.2"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.13",
"@storybook/addon-options": "^3.1.2",
"@storybook/react": "^3.2.13",

@@ -75,3 +76,3 @@ "babel-plugin-lodash": "^3.1.2",

{
"created": false,
"created": true,
"path": ".npmignore"

@@ -78,0 +79,0 @@ },

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

static getBaseProps = (props) => getBaseProps(props, fallbackProps);
static getData = Data.getData.bind(Data);
static getData = Data.getData;
static expectedComponents = [

@@ -166,0 +166,0 @@ "dataComponent", "labelComponent", "groupComponent", "containerComponent"

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