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.21.3 to 13.21.4

3

dist/mappers/gateiofutures.js

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

if (depthMessage.event === 'all') {
if (depthMessage.result.t === 0) {
return;
}
const timestamp = depthMessage.result.t !== undefined ? new Date(depthMessage.result.t) : new Date(depthMessage.time * 1000);

@@ -65,0 +68,0 @@ // snapshot

2

package.json
{
"name": "tardis-dev",
"version": "13.21.3",
"version": "13.21.4",
"engines": {

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

@@ -70,2 +70,5 @@ import { upperCaseSymbols } from '../handy'

if (depthMessage.event === 'all') {
if (depthMessage.result.t === 0) {
return
}
const timestamp = depthMessage.result.t !== undefined ? new Date(depthMessage.result.t) : new Date(depthMessage.time * 1000)

@@ -72,0 +75,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