New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

victory-group

Package Overview
Dependencies
Maintainers
3
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-group - npm Package Compare versions

Comparing version 34.1.3 to 34.2.0

19

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";

@@ -22,10 +11,12 @@ import {

VictoryDatableProps,
VictoryMultiLabeableProps,
VictoryMultiLabelableProps,
VictoryStyleInterface
} from "victory-core";
export type VictoryGroupTTargetType = "data" | "labels" | "parent";
export interface VictoryGroupProps
extends VictoryCommonProps,
VictoryDatableProps,
VictoryMultiLabeableProps {
VictoryMultiLabelableProps {
categories?: CategoryPropType;

@@ -36,3 +27,3 @@ color?: string;

domainPadding?: DomainPaddingPropType;
events?: EventPropTypeInterface<"data" | "labels" | "parent", StringOrNumberOrCallback>[];
events?: EventPropTypeInterface<VictoryGroupTTargetType, StringOrNumberOrCallback>[];
eventKey?: StringOrNumberOrCallback;

@@ -39,0 +30,0 @@ horizontal?: boolean;

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

@@ -22,10 +11,12 @@ import {

VictoryDatableProps,
VictoryMultiLabeableProps,
VictoryMultiLabelableProps,
VictoryStyleInterface
} from "victory-core";
export type VictoryGroupTTargetType = "data" | "labels" | "parent";
export interface VictoryGroupProps
extends VictoryCommonProps,
VictoryDatableProps,
VictoryMultiLabeableProps {
VictoryMultiLabelableProps {
categories?: CategoryPropType;

@@ -36,3 +27,3 @@ color?: string;

domainPadding?: DomainPaddingPropType;
events?: EventPropTypeInterface<"data" | "labels" | "parent", StringOrNumberOrCallback>[];
events?: EventPropTypeInterface<VictoryGroupTTargetType, StringOrNumberOrCallback>[];
eventKey?: StringOrNumberOrCallback;

@@ -39,0 +30,0 @@ horizontal?: boolean;

{
"name": "victory-group",
"version": "34.1.3",
"version": "34.2.0",
"description": "Group 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";

@@ -22,10 +11,12 @@ import {

VictoryDatableProps,
VictoryMultiLabeableProps,
VictoryMultiLabelableProps,
VictoryStyleInterface
} from "victory-core";
export type VictoryGroupTTargetType = "data" | "labels" | "parent";
export interface VictoryGroupProps
extends VictoryCommonProps,
VictoryDatableProps,
VictoryMultiLabeableProps {
VictoryMultiLabelableProps {
categories?: CategoryPropType;

@@ -36,3 +27,3 @@ color?: string;

domainPadding?: DomainPaddingPropType;
events?: EventPropTypeInterface<"data" | "labels" | "parent", StringOrNumberOrCallback>[];
events?: EventPropTypeInterface<VictoryGroupTTargetType, StringOrNumberOrCallback>[];
eventKey?: StringOrNumberOrCallback;

@@ -39,0 +30,0 @@ horizontal?: boolean;

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