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.4.11 to 1.4.12

6

dist/rpc_client.js

@@ -488,3 +488,7 @@ "use strict";

if (this._accountsData[accountName] !== undefined) {
throw new Error(`Received second update for ${accountName} account for slot ${slot}, market ${this._options.marketName}`);
logger_1.logger.log('warn', `Received second update for ${accountName} account for the same slot`, {
slot,
market: this._options.marketName,
accountName
});
}

@@ -491,0 +495,0 @@ this._accountsData[accountName] = accountData;

2

package.json
{
"name": "serum-vial",
"version": "1.4.11",
"version": "1.4.12",
"engines": {

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

@@ -627,5 +627,7 @@ import { Market } from '@project-serum/serum'

if (this._accountsData[accountName] !== undefined) {
throw new Error(
`Received second update for ${accountName} account for slot ${slot}, market ${this._options.marketName}`
)
logger.log('warn', `Received second update for ${accountName} account for the same slot`, {
slot,
market: this._options.marketName,
accountName
})
}

@@ -632,0 +634,0 @@ this._accountsData[accountName] = accountData

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