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 13.23.5 to 13.23.6

2

dist/mappers/huobi.d.ts

@@ -291,3 +291,3 @@ import { CircularBuffer } from '../handy';

bidSize: 0.002329;
quoteTime: 1575158404057;
quoteTime: number;
symbol: 'btcusdt';

@@ -294,0 +294,0 @@ };

@@ -466,2 +466,5 @@ "use strict";

if ('quoteTime' in message.tick) {
if (message.tick.quoteTime === 0) {
return;
}
yield {

@@ -468,0 +471,0 @@ type: 'book_ticker',

{
"name": "tardis-dev",
"version": "13.23.5",
"version": "13.23.6",
"engines": {

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

@@ -548,2 +548,5 @@ import { asNumberIfValid, CircularBuffer, upperCaseSymbols } from '../handy'

if ('quoteTime' in message.tick) {
if (message.tick.quoteTime === 0) {
return
}
yield {

@@ -771,5 +774,5 @@ type: 'book_ticker',

bidSize: 0.002329
quoteTime: 1575158404057
quoteTime: number
symbol: 'btcusdt'
}
}

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