@binary-com/smartcharts
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -169,3 +169,3 @@ import Stream from './Stream'; | ||
_getKey({ ticks_history: symbol, granularity }) { | ||
return `${symbol}-${granularity}`; | ||
return `${symbol}-${granularity || 0}`; | ||
} | ||
@@ -172,0 +172,0 @@ |
@@ -16,3 +16,2 @@ import { configure } from 'mobx'; | ||
ChartSetting, | ||
setSmartChartsPublicPath, | ||
Share, | ||
@@ -19,0 +18,0 @@ } from '@binary-com/smartcharts'; // eslint-disable-line import/no-unresolved |
{ | ||
"name": "@binary-com/smartcharts", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"main": "dist/smartcharts.js", | ||
@@ -90,3 +90,2 @@ "author": "amin@binary.com", | ||
"path": "^0.12.7", | ||
"perfect-scrollbar": "^1.3.0", | ||
"po-loader": "^0.4.1", | ||
@@ -125,5 +124,5 @@ "po2json": "^0.4.5", | ||
"lodash.debounce": "^4.0.8", | ||
"react-perfect-scrollbar": "^1.1.1", | ||
"resize-observer-polyfill": "^1.5.0", | ||
"robust-websocket": "^0.3.0", | ||
"simplebar": "^3.1.0-beta.2", | ||
"url-search-params-polyfill": "^5.0.0", | ||
@@ -130,0 +129,0 @@ "why-did-you-update": "^0.1.1" |
@@ -463,4 +463,4 @@ # SmartCharts | ||
yarn build-travis && yarn gh-pages | ||
yarn build-travis && echo 'brucebinary.binary.sx' > CNAME && yarn gh-pages | ||
> Note: `yarn build-travis` will add hashing inside `index.html`; **do not push those changes to git!** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
341028190
78
103
8522
1
10
+ Addedsimplebar@^3.1.0-beta.2
+ Addedcan-use-dom@0.1.0(transitive)
+ Addedlodash.memoize@4.1.2(transitive)
+ Addedlodash.throttle@4.1.1(transitive)
+ Addedscrollbarwidth@0.1.3(transitive)
+ Addedsimplebar@3.1.5(transitive)
- Removedreact-perfect-scrollbar@^1.1.1
- Removedperfect-scrollbar@1.5.6(transitive)
- Removedreact-perfect-scrollbar@1.5.8(transitive)