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.25.0 to 13.25.1

3

dist/mappers/dydx.js

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

else {
if (!message.contents) {
return;
}
// https://docs.dydx.exchange/#orderbook

@@ -83,0 +86,0 @@ const updateOffset = Number(message.contents.offset);

2

package.json
{
"name": "tardis-dev",
"version": "13.25.0",
"version": "13.25.1",
"engines": {

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

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

} else {
if (!message.contents) {
return
}
// https://docs.dydx.exchange/#orderbook

@@ -88,0 +91,0 @@ const updateOffset = Number(message.contents.offset)

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