Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tardis-client

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

tardis-client - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

dist/consts.d.ts

@@ -18,3 +18,3 @@ export declare const EXCHANGES: readonly ["bitmex", "binance", "binance-futures", "deribit", "bitstamp", "coinbase", "cryptofacilities", "kraken", "bitfinex", "bitfinex-derivatives", "okex", "binance-jersey", "binance-dex", "ftx", "gemini", "bitflyer"];

bitflyer: readonly ["lightning_board_snapshot", "lightning_board", "lightning_ticker", "lightning_executions"];
'binance-futures': string[];
'binance-futures': readonly ["aggTrade", "ticker", "depth", "markPrice", "depthSnapshot"];
'bitfinex-derivatives': readonly ["trades", "book", "status"];

@@ -21,0 +21,0 @@ };

{
"name": "tardis-client",
"version": "1.2.3",
"version": "1.2.4",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=12"

@@ -108,3 +108,3 @@ export const EXCHANGES = [

const BINANCE_FUTURES_CHANNELS = ['aggTrade', 'ticker', 'depth', 'markPrice', 'depthSnapshot']
const BINANCE_FUTURES_CHANNELS = ['aggTrade', 'ticker', 'depth', 'markPrice', 'depthSnapshot'] as const

@@ -111,0 +111,0 @@ const BITFINEX_DERIV_CHANNELS = ['trades', 'book', 'status'] as const

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