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.9 to 1.0.0-alpha.10

11

CHANGELOG.md

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

# [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)
### Bug Fixes
* **utils:** setting ref to readonly ([8addf91](https://github.com/reactivemarkets/react-financial-charts/commit/8addf917a7e2cb193c50521697e8e06dc3850c16))
# [1.0.0-alpha.9](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2020-08-24)

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

4

lib/withDeviceRatio.d.ts

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

new (props: Readonly<Pick<TProps, Exclude<keyof TProps, "ratio">>>): {
ref: React.RefObject<HTMLCanvasElement>;
readonly ref: React.RefObject<HTMLCanvasElement>;
componentDidMount(): void;

@@ -37,3 +37,3 @@ render(): JSX.Element;

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

@@ -40,0 +40,0 @@ render(): JSX.Element;

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

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

},
"gitHead": "97de8c52e8e881cf700c81f4f828c102bf5b4915"
"gitHead": "94bb3f767c7b97035804edc8dfc4f82defd8d9fc"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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