New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-financial-charts/core

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.0 to 1.0.1

11

CHANGELOG.md

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

## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01)
### Bug Fixes
* **core:** bug with panning on mobiles ([db34691](https://github.com/reactivemarkets/react-financial-charts/commit/db34691d2bf8eb00277d6653034b3541bc75940d)), closes [#459](https://github.com/reactivemarkets/react-financial-charts/issues/459)
# [1.0.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.16...v1.0.0) (2020-12-30)

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

2

lib/EventCapture.js

@@ -260,3 +260,3 @@ var __rest = (this && this.__rest) || function (s, e) {

else {
mouseXY = pointer(e, this.ref.current);
mouseXY = pointers(e, this.ref.current)[0];
this.lastNewPos = mouseXY;

@@ -263,0 +263,0 @@ dx = panOrigin[0] - mouseXY[0];

{
"name": "@react-financial-charts/core",
"version": "1.0.0",
"version": "1.0.1",
"description": "Core code for react-financial-charts",

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

},
"gitHead": "4fb31cfd7facea518167d8112defa66101432f7e"
"gitHead": "b41ad206c6ce377ba655af3a3758c3f15655bc56"
}

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