Socket
Socket
Sign inDemoInstall

victory-scatter

Package Overview
Dependencies
Maintainers
7
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-scatter - npm Package Compare versions

Comparing version 34.1.3 to 34.2.0

21

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

@@ -19,15 +8,17 @@ import {

VictoryDatableProps,
VictoryMultiLabeableProps,
VictoryMultiLabelableProps,
VictoryStyleInterface
} from "victory-core";
export type VictoryScatterTTargetType = "data" | "labels" | "parent";
export interface VictoryScatterProps
extends VictoryCommonProps,
VictoryDatableProps,
VictoryMultiLabeableProps {
VictoryMultiLabelableProps {
bubbleProperty?: string;
events?: EventPropTypeInterface<"data" | "labels" | "parent", StringOrNumberOrCallback>[];
events?: EventPropTypeInterface<VictoryScatterTTargetType, StringOrNumberOrCallback>[];
eventKey?: StringOrNumberOrCallback;
maxBubbleSize?: number;
samples?: number;
minBubbleSize?: number;
size?: number | { (data: any): number };

@@ -34,0 +25,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";

@@ -19,15 +8,17 @@ import {

VictoryDatableProps,
VictoryMultiLabeableProps,
VictoryMultiLabelableProps,
VictoryStyleInterface
} from "victory-core";
export type VictoryScatterTTargetType = "data" | "labels" | "parent";
export interface VictoryScatterProps
extends VictoryCommonProps,
VictoryDatableProps,
VictoryMultiLabeableProps {
VictoryMultiLabelableProps {
bubbleProperty?: string;
events?: EventPropTypeInterface<"data" | "labels" | "parent", StringOrNumberOrCallback>[];
events?: EventPropTypeInterface<VictoryScatterTTargetType, StringOrNumberOrCallback>[];
eventKey?: StringOrNumberOrCallback;
maxBubbleSize?: number;
samples?: number;
minBubbleSize?: number;
size?: number | { (data: any): number };

@@ -34,0 +25,0 @@ style?: VictoryStyleInterface;

{
"name": "victory-scatter",
"version": "34.1.3",
"version": "34.2.0",
"description": "Scatter Component for Victory",

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

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

@@ -27,0 +27,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";

@@ -19,15 +8,17 @@ import {

VictoryDatableProps,
VictoryMultiLabeableProps,
VictoryMultiLabelableProps,
VictoryStyleInterface
} from "victory-core";
export type VictoryScatterTTargetType = "data" | "labels" | "parent";
export interface VictoryScatterProps
extends VictoryCommonProps,
VictoryDatableProps,
VictoryMultiLabeableProps {
VictoryMultiLabelableProps {
bubbleProperty?: string;
events?: EventPropTypeInterface<"data" | "labels" | "parent", StringOrNumberOrCallback>[];
events?: EventPropTypeInterface<VictoryScatterTTargetType, StringOrNumberOrCallback>[];
eventKey?: StringOrNumberOrCallback;
maxBubbleSize?: number;
samples?: number;
minBubbleSize?: number;
size?: number | { (data: any): number };

@@ -34,0 +25,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