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 10.1.10 to 10.1.11

2

dist/mappers/delta.js

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

asks: message.sell.map(mapBookLevel),
timestamp: fromMicroSecondsToDate(message.timestamp),
timestamp: message.timestamp !== undefined ? fromMicroSecondsToDate(message.timestamp) : localTimestamp,
localTimestamp

@@ -64,0 +64,0 @@ };

{
"name": "tardis-dev",
"version": "10.1.10",
"version": "10.1.11",
"engines": {

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

@@ -69,3 +69,3 @@ import { Mapper, PendingTickerInfoHelper } from './mapper'

asks: message.sell.map(mapBookLevel),
timestamp: fromMicroSecondsToDate(message.timestamp),
timestamp: message.timestamp !== undefined ? fromMicroSecondsToDate(message.timestamp) : localTimestamp,
localTimestamp

@@ -139,3 +139,3 @@ }

symbol: string
timestamp: number
timestamp?: number
type: 'l2_orderbook'

@@ -142,0 +142,0 @@ }

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