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

tardis-dev

Package Overview
Dependencies
Maintainers
1
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tardis-dev - npm Package Compare versions

Comparing version 12.4.12 to 12.4.13

4

dist/mappers/okex.d.ts

@@ -50,7 +50,5 @@ import { BookChange, DerivativeTicker, Exchange, Trade, OptionSummary, Liquidation } from '../types';

readonly symbols: string[] | undefined;
readonly indexes?: undefined;
} | {
readonly channel: "index/ticker";
readonly indexes: string[] | undefined;
readonly symbols?: undefined;
readonly symbols: string[] | undefined;
})[];

@@ -57,0 +55,0 @@ map(message: OkexOptionSummaryData | OkexIndexData, localTimestamp: Date): IterableIterator<OptionSummary> | undefined;

@@ -194,3 +194,3 @@ "use strict";

channel: `index/ticker`,
indexes
symbols: indexes
}

@@ -197,0 +197,0 @@ ];

{
"name": "tardis-dev",
"version": "12.4.12",
"version": "12.4.13",
"engines": {

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

@@ -223,3 +223,3 @@ import { BookChange, DerivativeTicker, Exchange, Trade, OptionSummary, Liquidation } from '../types'

channel: `index/ticker`,
indexes
symbols: indexes
} as const

@@ -226,0 +226,0 @@ ]

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