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

victory-stack

Package Overview
Dependencies
Maintainers
16
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-stack - npm Package Compare versions

Comparing version 37.1.2 to 37.2.0

6

CHANGELOG.md
# victory-stack
## 37.2.0
### Minor Changes
- Minor updates for clean theme ([#2909](https://github.com/FormidableLabs/victory/pull/2909))
## 37.1.2

@@ -4,0 +10,0 @@

5

es/helper-methods.js

@@ -220,6 +220,9 @@ import _orderBy from "lodash/orderBy";

const parentName = props.name || "stack";
const {
theme
} = props;
return children.map((child, index) => {
const role = child.type && child.type.role;
const data = datasets[index];
const style = Wrapper.getChildStyle(child, index, newCalculatedProps);
const style = Wrapper.getChildStyle(child, index, newCalculatedProps, theme);
const labels = props.labels ? getLabels(props, datasets, index) : child.props.labels;

@@ -226,0 +229,0 @@ const name = child.props.name || `${parentName}-${role}-${index}`;

@@ -231,6 +231,9 @@ "use strict";

const parentName = props.name || "stack";
const {
theme
} = props;
return children.map((child, index) => {
const role = child.type && child.type.role;
const data = datasets[index];
const style = _victoryCore.Wrapper.getChildStyle(child, index, newCalculatedProps);
const style = _victoryCore.Wrapper.getChildStyle(child, index, newCalculatedProps, theme);
const labels = props.labels ? getLabels(props, datasets, index) : child.props.labels;

@@ -237,0 +240,0 @@ const name = child.props.name || `${parentName}-${role}-${index}`;

6

package.json
{
"name": "victory-stack",
"version": "37.1.2",
"version": "37.2.0",
"description": "Stack Layout Component for Victory",

@@ -25,4 +25,4 @@ "keywords": [

"react-fast-compare": "^3.2.0",
"victory-core": "37.1.2",
"victory-shared-events": "37.1.2"
"victory-core": "37.2.0",
"victory-shared-events": "37.2.0"
},

@@ -29,0 +29,0 @@ "peerDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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