Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

serum-vial

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serum-vial - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

dist/rpc_client.js

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

if (this._receivedMessagesCount === 0) {
logger_1.logger.log('info', `Did not received any messages within 10s timeout, terminating connection...`, {
logger_1.logger.log('info', `Did not received any messages within 60s timeout, terminating connection...`, {
market: this._options.marketName

@@ -402,3 +402,3 @@ });

this._receivedMessagesCount = 0;
}, 10 * 1000);
}, 60 * 1000);
}

@@ -405,0 +405,0 @@ _sendMessage(ws, message) {

{
"name": "serum-vial",
"version": "1.0.2",
"version": "1.0.3",
"engines": {

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

@@ -484,3 +484,3 @@ import { Market } from '@project-serum/serum'

if (this._receivedMessagesCount === 0) {
logger.log('info', `Did not received any messages within 10s timeout, terminating connection...`, {
logger.log('info', `Did not received any messages within 60s timeout, terminating connection...`, {
market: this._options.marketName

@@ -492,3 +492,3 @@ })

this._receivedMessagesCount = 0
}, 10 * 1000)
}, 60 * 1000)
}

@@ -495,0 +495,0 @@

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