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.0 to 1.4.1

3

dist/data_mapper.js

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

if (this._l3SnapshotPublishRequested) {
// reset local accounts info
this._localAsksOrdersMap = new Map(this._asksAccountOrders.map(this._toMapConstructorStructure));
this._localBidsOrdersMap = new Map(this._bidsAccountOrders.map(this._toMapConstructorStructure));
logger_1.logger.log('warn', 'Publishing full l3 snapshot as requested...', {

@@ -157,0 +160,0 @@ market: this._options.symbol,

2

package.json
{
"name": "serum-vial",
"version": "1.4.0",
"version": "1.4.1",
"engines": {

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

@@ -234,2 +234,6 @@ import { EVENT_QUEUE_LAYOUT, Market, Orderbook, getLayoutVersion } from '@project-serum/serum'

if (this._l3SnapshotPublishRequested) {
// reset local accounts info
this._localAsksOrdersMap = new Map(this._asksAccountOrders!.map(this._toMapConstructorStructure))
this._localBidsOrdersMap = new Map(this._bidsAccountOrders!.map(this._toMapConstructorStructure))
logger.log('warn', 'Publishing full l3 snapshot as requested...', {

@@ -236,0 +240,0 @@ market: this._options.symbol,

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