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

@react-financial-charts/utils

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-financial-charts/utils - npm Package Compare versions

Comparing version 1.0.0-alpha.10 to 1.0.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.0.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.16...v1.0.0) (2020-12-30)
### Features
* **deps:** moving to d3 v6 ([8d371d2](https://github.com/reactivemarkets/react-financial-charts/commit/8d371d240bc7ac3db3e2f0037b3c0807e05b4749))
# [1.0.0-alpha.10](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-08-28)

@@ -8,0 +19,0 @@

4

lib/withDeviceRatio.d.ts

@@ -9,3 +9,3 @@ import * as React from "react";

export declare const withDeviceRatio: () => <TProps extends WithRatioProps>(OriginalComponent: React.ComponentClass<TProps, any>) => {
new (props: Readonly<Pick<TProps, Exclude<keyof TProps, "ratio">>>): {
new (props: Pick<TProps, Exclude<keyof TProps, "ratio">> | Readonly<Pick<TProps, Exclude<keyof TProps, "ratio">>>): {
readonly ref: React.RefObject<HTMLCanvasElement>;

@@ -36,3 +36,3 @@ componentDidMount(): void;

};
new (props: Pick<TProps, Exclude<keyof TProps, "ratio">>, context?: any): {
new (props: Pick<TProps, Exclude<keyof TProps, "ratio">>, context: any): {
readonly ref: React.RefObject<HTMLCanvasElement>;

@@ -39,0 +39,0 @@ componentDidMount(): void;

@@ -8,3 +8,3 @@ import * as React from "react";

export declare const withSize: (props?: Pick<AutoSizerProps, "style" | "className" | "defaultHeight" | "defaultWidth" | "disableHeight" | "disableWidth" | "nonce" | "onResize"> | undefined) => <TProps extends WithSizeProps>(OriginalComponent: React.ComponentClass<TProps, any>) => {
new (props: Readonly<Pick<TProps, Exclude<keyof TProps, "height" | "width">>>): {
new (props: Pick<TProps, Exclude<keyof TProps, "height" | "width">> | Readonly<Pick<TProps, Exclude<keyof TProps, "height" | "width">>>): {
render(): JSX.Element;

@@ -34,3 +34,3 @@ context: any;

};
new (props: Pick<TProps, Exclude<keyof TProps, "height" | "width">>, context?: any): {
new (props: Pick<TProps, Exclude<keyof TProps, "height" | "width">>, context: any): {
render(): JSX.Element;

@@ -37,0 +37,0 @@ context: any;

{
"name": "@react-financial-charts/utils",
"version": "1.0.0-alpha.10",
"version": "1.0.0",
"description": "Utils for react-financial-charts",

@@ -42,3 +42,3 @@ "publishConfig": {

"@types/react-virtualized-auto-sizer": "^1.0.0",
"react-virtualized-auto-sizer": "^1.0.2"
"react-virtualized-auto-sizer": "^1.0.3"
},

@@ -49,3 +49,3 @@ "peerDependencies": {

},
"gitHead": "94bb3f767c7b97035804edc8dfc4f82defd8d9fc"
"gitHead": "4fb31cfd7facea518167d8112defa66101432f7e"
}
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