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

victory-area

Package Overview
Dependencies
Maintainers
3
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-area - npm Package Compare versions

Comparing version 34.1.3 to 34.2.0

22

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,15 +5,18 @@ import {

InterpolationPropType,
StringOrNumberOrCallback,
VictoryCommonProps,
VictoryDatableProps,
VictorySingleLabableProps,
VictoryMultiLabelableProps,
VictoryStyleInterface
} from "victory-core";
export type VictoryAreaTTargetType = "data" | "labels" | "parent";
export interface VictoryAreaProps
extends VictoryCommonProps,
VictoryDatableProps,
VictorySingleLabableProps {
events?: EventPropTypeInterface<"data" | "labels" | "parent", string | number>[];
VictoryMultiLabelableProps {
eventKey?: string[] | number[] | StringOrNumberOrCallback;
events?: EventPropTypeInterface<VictoryAreaTTargetType, string | number>[];
interpolation?: InterpolationPropType;
labels?: string[] | number[] | Function;
samples?: number;

@@ -31,0 +23,0 @@ style?: VictoryStyleInterface;

@@ -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,15 +5,18 @@ import {

InterpolationPropType,
StringOrNumberOrCallback,
VictoryCommonProps,
VictoryDatableProps,
VictorySingleLabableProps,
VictoryMultiLabelableProps,
VictoryStyleInterface
} from "victory-core";
export type VictoryAreaTTargetType = "data" | "labels" | "parent";
export interface VictoryAreaProps
extends VictoryCommonProps,
VictoryDatableProps,
VictorySingleLabableProps {
events?: EventPropTypeInterface<"data" | "labels" | "parent", string | number>[];
VictoryMultiLabelableProps {
eventKey?: string[] | number[] | StringOrNumberOrCallback;
events?: EventPropTypeInterface<VictoryAreaTTargetType, string | number>[];
interpolation?: InterpolationPropType;
labels?: string[] | number[] | Function;
samples?: number;

@@ -31,0 +23,0 @@ style?: VictoryStyleInterface;

{
"name": "victory-area",
"version": "34.1.3",
"version": "34.2.0",
"description": "Area Component for Victory",

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

"prop-types": "^15.5.8",
"victory-core": "^34.1.3"
"victory-core": "^34.2.0"
},

@@ -28,0 +28,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,15 +5,18 @@ import {

InterpolationPropType,
StringOrNumberOrCallback,
VictoryCommonProps,
VictoryDatableProps,
VictorySingleLabableProps,
VictoryMultiLabelableProps,
VictoryStyleInterface
} from "victory-core";
export type VictoryAreaTTargetType = "data" | "labels" | "parent";
export interface VictoryAreaProps
extends VictoryCommonProps,
VictoryDatableProps,
VictorySingleLabableProps {
events?: EventPropTypeInterface<"data" | "labels" | "parent", string | number>[];
VictoryMultiLabelableProps {
eventKey?: string[] | number[] | StringOrNumberOrCallback;
events?: EventPropTypeInterface<VictoryAreaTTargetType, string | number>[];
interpolation?: InterpolationPropType;
labels?: string[] | number[] | Function;
samples?: number;

@@ -31,0 +23,0 @@ style?: VictoryStyleInterface;

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