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

victory-stack

Package Overview
Dependencies
Maintainers
3
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 34.1.3 to 34.2.0

28

es/index.d.ts

@@ -1,12 +0,1 @@

// Definitions by: Alexey Svetliakov <https://github.com/asvetliakov>
// snerks <https://github.com/snerks>
// Krzysztof Cebula <https://github.com/Havret>
// Vitaliy Polyanskiy <https://github.com/alreadyExisted>
// James Lismore <https://github.com/jlismore>
// Stack Builders <https://github.com/stackbuilders>
// Esteban Ibarra <https://github.com/ibarrae>
// Dominic Lee <https://github.com/dominictwlee>
// Dave Vedder <https://github.com/veddermatic>
// Alec Flett <https://github.com/alecf>
import * as React from "react";

@@ -16,3 +5,2 @@ import {

ColorScalePropType,
DomainPaddingPropType,
DomainPropType,

@@ -22,14 +10,20 @@ EventPropTypeInterface,

VictoryCommonProps,
VictoryMultiLabeableProps,
VictoryLabelableProps,
VictoryMultiLabelableProps,
VictoryStyleInterface
} from "victory-core";
export interface VictoryStackProps extends VictoryCommonProps, VictoryMultiLabeableProps {
export type VictoryStackTTargetType = "data" | "labels" | "parent";
export interface VictoryStackProps
extends VictoryCommonProps,
VictoryLabelableProps,
VictoryMultiLabelableProps {
categories?: CategoryPropType;
children?: React.ReactNode | React.ReactNode[];
colorScale?: ColorScalePropType;
domain?: DomainPropType;
domainPadding?: DomainPaddingPropType;
events?: EventPropTypeInterface<"data" | "labels" | "parent", StringOrNumberOrCallback>[];
events?: EventPropTypeInterface<VictoryStackTTargetType, StringOrNumberOrCallback>[];
eventKey?: StringOrNumberOrCallback;
horizontal?: boolean;
fillInMissingData?: boolean;
style?: VictoryStyleInterface;

@@ -36,0 +30,0 @@ xOffset?: number;

@@ -1,12 +0,1 @@

// Definitions by: Alexey Svetliakov <https://github.com/asvetliakov>
// snerks <https://github.com/snerks>
// Krzysztof Cebula <https://github.com/Havret>
// Vitaliy Polyanskiy <https://github.com/alreadyExisted>
// James Lismore <https://github.com/jlismore>
// Stack Builders <https://github.com/stackbuilders>
// Esteban Ibarra <https://github.com/ibarrae>
// Dominic Lee <https://github.com/dominictwlee>
// Dave Vedder <https://github.com/veddermatic>
// Alec Flett <https://github.com/alecf>
import * as React from "react";

@@ -16,3 +5,2 @@ import {

ColorScalePropType,
DomainPaddingPropType,
DomainPropType,

@@ -22,14 +10,20 @@ EventPropTypeInterface,

VictoryCommonProps,
VictoryMultiLabeableProps,
VictoryLabelableProps,
VictoryMultiLabelableProps,
VictoryStyleInterface
} from "victory-core";
export interface VictoryStackProps extends VictoryCommonProps, VictoryMultiLabeableProps {
export type VictoryStackTTargetType = "data" | "labels" | "parent";
export interface VictoryStackProps
extends VictoryCommonProps,
VictoryLabelableProps,
VictoryMultiLabelableProps {
categories?: CategoryPropType;
children?: React.ReactNode | React.ReactNode[];
colorScale?: ColorScalePropType;
domain?: DomainPropType;
domainPadding?: DomainPaddingPropType;
events?: EventPropTypeInterface<"data" | "labels" | "parent", StringOrNumberOrCallback>[];
events?: EventPropTypeInterface<VictoryStackTTargetType, StringOrNumberOrCallback>[];
eventKey?: StringOrNumberOrCallback;
horizontal?: boolean;
fillInMissingData?: boolean;
style?: VictoryStyleInterface;

@@ -36,0 +30,0 @@ xOffset?: number;

{
"name": "victory-stack",
"version": "34.1.3",
"version": "34.2.0",
"description": "Stack Layout Component for Victory",

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

"react-fast-compare": "^2.0.0",
"victory-core": "^34.1.3",
"victory-shared-events": "^34.1.3"
"victory-core": "^34.2.0",
"victory-shared-events": "^34.2.0"
},

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

@@ -1,12 +0,1 @@

// Definitions by: Alexey Svetliakov <https://github.com/asvetliakov>
// snerks <https://github.com/snerks>
// Krzysztof Cebula <https://github.com/Havret>
// Vitaliy Polyanskiy <https://github.com/alreadyExisted>
// James Lismore <https://github.com/jlismore>
// Stack Builders <https://github.com/stackbuilders>
// Esteban Ibarra <https://github.com/ibarrae>
// Dominic Lee <https://github.com/dominictwlee>
// Dave Vedder <https://github.com/veddermatic>
// Alec Flett <https://github.com/alecf>
import * as React from "react";

@@ -16,3 +5,2 @@ import {

ColorScalePropType,
DomainPaddingPropType,
DomainPropType,

@@ -22,14 +10,20 @@ EventPropTypeInterface,

VictoryCommonProps,
VictoryMultiLabeableProps,
VictoryLabelableProps,
VictoryMultiLabelableProps,
VictoryStyleInterface
} from "victory-core";
export interface VictoryStackProps extends VictoryCommonProps, VictoryMultiLabeableProps {
export type VictoryStackTTargetType = "data" | "labels" | "parent";
export interface VictoryStackProps
extends VictoryCommonProps,
VictoryLabelableProps,
VictoryMultiLabelableProps {
categories?: CategoryPropType;
children?: React.ReactNode | React.ReactNode[];
colorScale?: ColorScalePropType;
domain?: DomainPropType;
domainPadding?: DomainPaddingPropType;
events?: EventPropTypeInterface<"data" | "labels" | "parent", StringOrNumberOrCallback>[];
events?: EventPropTypeInterface<VictoryStackTTargetType, StringOrNumberOrCallback>[];
eventKey?: StringOrNumberOrCallback;
horizontal?: boolean;
fillInMissingData?: boolean;
style?: VictoryStyleInterface;

@@ -36,0 +30,0 @@ xOffset?: number;

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