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.1 to 1.0.0-alpha.3

11

CHANGELOG.md

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

# [1.0.0-alpha.3](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2020-07-19)
### Bug Fixes
* **utils:** re-exporting AutoSizerProps ([3615c6c](https://github.com/reactivemarkets/react-financial-charts/commit/3615c6c26892c1692a8b517e321287a6d2b246a5))
# [1.0.0-alpha.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2020-07-10)

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

2

lib/withSize.d.ts

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

}
export { AutoSizerProps };
export declare const withSize: (props?: Pick<AutoSizerProps, "style" | "className" | "defaultHeight" | "defaultWidth" | "disableHeight" | "disableWidth" | "nonce" | "onResize"> | undefined) => <TProps extends WithSizeProps>(OriginalComponent: React.ComponentClass<TProps, any>) => {

@@ -61,2 +62,1 @@ new (props: Readonly<Pick<TProps, Exclude<keyof TProps, "width" | "height">>>): {

};
export {};
{
"name": "@react-financial-charts/utils",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.3",
"description": "Utils for react-financial-charts",

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

},
"gitHead": "b9b1295b8eca8b4f2ceb4c7be53554b4badd4a6b"
"gitHead": "df1850020bf1ba359d9a1a81898b15fc105b0fe6"
}

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