🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@pear-protocol/chart-sdk

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pear-protocol/chart-sdk - npm Package Compare versions

Comparing version
0.0.7
to
0.0.8
+1
-1
dist/collector/helpers.js

@@ -10,3 +10,3 @@ import { fetchHistoricalCandles as fetchHistoricalCandles$3 } from './binance';

return fetchHistoricalCandles$4(symbol, startTime, endTime, interval);
case "binanceusdm":
case "binance":
return fetchHistoricalCandles$3(symbol, startTime, endTime, interval);

@@ -13,0 +13,0 @@ case "bybit":

@@ -12,3 +12,3 @@ export { BaseCandleWs } from './base-candle';

return new HyperliquidExchangeWs();
case "binanceusdm":
case "binance":
return new BinanceExchangeWs();

@@ -27,3 +27,3 @@ case "bybit":

return new HyperliquidCandleWs(exchangeWs, onCandle);
case "binanceusdm":
case "binance":
return new BinanceCandleWs(exchangeWs, onCandle);

@@ -30,0 +30,0 @@ case "bybit":

{
"name": "@pear-protocol/chart-sdk",
"version": "0.0.7",
"version": "0.0.8",
"description": "Pear Protocol Chart SDK",

@@ -28,3 +28,3 @@ "private": false,

"dependencies": {
"@pear-protocol/types": "0.0.7"
"@pear-protocol/types": "0.0.8"
},

@@ -31,0 +31,0 @@ "devDependencies": {