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

victory-candlestick

Package Overview
Dependencies
Maintainers
3
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-candlestick - npm Package Compare versions

Comparing version 35.3.3 to 35.3.4

16

es/index.d.ts

@@ -10,18 +10,18 @@ import * as React from "react";

VictoryStyleObject,
VictoryLabelStyleObject,
VictoryLabelableProps,
VictoryMultiLabelableProps,
VictoryStyleInterface
VictoryMultiLabelableProps
} from "victory-core";
export interface VictoryCandlestickStyleInterface extends VictoryStyleInterface {
export interface VictoryCandlestickStyleInterface {
close?: VictoryStyleObject;
closeLabels?: VictoryStyleObject;
closeLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
data?: VictoryStyleObject;
high?: VictoryStyleObject;
highLabels?: VictoryStyleObject;
labels?: VictoryStyleObject;
highLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
labels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
low?: VictoryStyleObject;
lowLabels?: VictoryStyleObject;
lowLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
open?: VictoryStyleObject;
openLabels?: VictoryStyleObject;
openLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
parent?: VictoryStyleObject;

@@ -28,0 +28,0 @@ }

@@ -10,18 +10,18 @@ import * as React from "react";

VictoryStyleObject,
VictoryLabelStyleObject,
VictoryLabelableProps,
VictoryMultiLabelableProps,
VictoryStyleInterface
VictoryMultiLabelableProps
} from "victory-core";
export interface VictoryCandlestickStyleInterface extends VictoryStyleInterface {
export interface VictoryCandlestickStyleInterface {
close?: VictoryStyleObject;
closeLabels?: VictoryStyleObject;
closeLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
data?: VictoryStyleObject;
high?: VictoryStyleObject;
highLabels?: VictoryStyleObject;
labels?: VictoryStyleObject;
highLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
labels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
low?: VictoryStyleObject;
lowLabels?: VictoryStyleObject;
lowLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
open?: VictoryStyleObject;
openLabels?: VictoryStyleObject;
openLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
parent?: VictoryStyleObject;

@@ -28,0 +28,0 @@ }

{
"name": "victory-candlestick",
"version": "35.3.3",
"version": "35.3.4",
"description": "Candlestick Component for Victory",

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

"prop-types": "^15.5.8",
"victory-core": "^35.3.3"
"victory-core": "^35.3.4"
},

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

@@ -10,18 +10,18 @@ import * as React from "react";

VictoryStyleObject,
VictoryLabelStyleObject,
VictoryLabelableProps,
VictoryMultiLabelableProps,
VictoryStyleInterface
VictoryMultiLabelableProps
} from "victory-core";
export interface VictoryCandlestickStyleInterface extends VictoryStyleInterface {
export interface VictoryCandlestickStyleInterface {
close?: VictoryStyleObject;
closeLabels?: VictoryStyleObject;
closeLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
data?: VictoryStyleObject;
high?: VictoryStyleObject;
highLabels?: VictoryStyleObject;
labels?: VictoryStyleObject;
highLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
labels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
low?: VictoryStyleObject;
lowLabels?: VictoryStyleObject;
lowLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
open?: VictoryStyleObject;
openLabels?: VictoryStyleObject;
openLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
parent?: VictoryStyleObject;

@@ -28,0 +28,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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