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

11

CHANGELOG.md

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

# [1.0.0-alpha.4](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2020-07-19)
### Bug Fixes
* **utils:** @types/react-virtualized-auto-sizer is required as a dependency ([fa9e5ed](https://github.com/reactivemarkets/react-financial-charts/commit/fa9e5ed801fa464d6efe283aaf4026272e71b352))
# [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)

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

2

lib/withSize.d.ts

@@ -7,3 +7,2 @@ 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>) => {

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

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

@@ -41,2 +41,3 @@ "publishConfig": {

"dependencies": {
"@types/react-virtualized-auto-sizer": "^1.0.0",
"react-virtualized-auto-sizer": "^1.0.2"

@@ -48,3 +49,3 @@ },

},
"gitHead": "df1850020bf1ba359d9a1a81898b15fc105b0fe6"
"gitHead": "dfb0839bb7ebe20f32a51d547d3433ab2dd7001f"
}

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