You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

victory-chart

Package Overview
Dependencies
Maintainers
8
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-chart - npm Package Compare versions

Comparing version

to
34.1.1

2

es/index.d.ts

@@ -14,2 +14,3 @@ // Definitions by: Alexey Svetliakov <https://github.com/asvetliakov>

import {
CategoryPropType,
EventPropTypeInterface,

@@ -24,2 +25,3 @@ DomainPropType,

export interface VictoryChartProps extends VictoryCommonProps {
categories?: CategoryPropType;
domain?: DomainPropType;

@@ -26,0 +28,0 @@ domainPadding?: DomainPaddingPropType;

@@ -14,2 +14,3 @@ // Definitions by: Alexey Svetliakov <https://github.com/asvetliakov>

import {
CategoryPropType,
EventPropTypeInterface,

@@ -24,2 +25,3 @@ DomainPropType,

export interface VictoryChartProps extends VictoryCommonProps {
categories?: CategoryPropType;
domain?: DomainPropType;

@@ -26,0 +28,0 @@ domainPadding?: DomainPaddingPropType;

10

package.json
{
"name": "victory-chart",
"version": "34.1.0",
"version": "34.1.1",
"description": "Chart Component for Victory",

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

"react-fast-compare": "^2.0.0",
"victory-axis": "^34.1.0",
"victory-core": "^34.1.0",
"victory-polar-axis": "^34.1.0",
"victory-shared-events": "^34.1.0"
"victory-axis": "^34.1.1",
"victory-core": "^34.1.1",
"victory-polar-axis": "^34.1.1",
"victory-shared-events": "^34.1.1"
},

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

@@ -14,2 +14,3 @@ // Definitions by: Alexey Svetliakov <https://github.com/asvetliakov>

import {
CategoryPropType,
EventPropTypeInterface,

@@ -24,2 +25,3 @@ DomainPropType,

export interface VictoryChartProps extends VictoryCommonProps {
categories?: CategoryPropType;
domain?: DomainPropType;

@@ -26,0 +28,0 @@ domainPadding?: DomainPaddingPropType;