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.16 to 12.4.17

1

dist/computable/booksnapshot.js

@@ -165,2 +165,3 @@ "use strict";

interval: this._interval,
grouping: this._grouping,
bids: [...this._bids],

@@ -167,0 +168,0 @@ asks: [...this._asks],

@@ -127,2 +127,3 @@ import { EXCHANGES, EXCHANGE_CHANNELS_INFO } from './consts';

readonly interval: number;
readonly grouping?: number;
readonly bids: Optional<BookPriceLevel>[];

@@ -129,0 +130,0 @@ readonly asks: Optional<BookPriceLevel>[];

2

package.json
{
"name": "tardis-dev",
"version": "12.4.16",
"version": "12.4.17",
"engines": {

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

@@ -226,2 +226,3 @@ import { decimalPlaces } from '../handy'

interval: this._interval,
grouping: this._grouping,
bids: [...this._bids],

@@ -228,0 +229,0 @@ asks: [...this._asks],

@@ -148,2 +148,3 @@ import { EXCHANGES, EXCHANGE_CHANNELS_INFO } from './consts'

readonly interval: number
readonly grouping?: number
readonly bids: Optional<BookPriceLevel>[]

@@ -150,0 +151,0 @@ readonly asks: Optional<BookPriceLevel>[]

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