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.3.5 to 1.3.6

8

dist/data_mapper.js

@@ -34,2 +34,4 @@ "use strict";

const l3Diff = [];
const currentAsksAccountOrders = this._asksAccountOrders;
const currentBidsAccountOrders = this._bidsAccountOrders;
const newAsksSlabItems = accountsData.asks !== undefined

@@ -118,3 +120,7 @@ ? [...serum_1.Orderbook.decode(this._options.market, accountsData.asks).slab.items(false)]

slot,
l3DiffLength: l3Diff.length
currentAsksAccountOrders,
currentBidsAccountOrders,
newAsksOrders,
newBidsOrders,
l3Diff
});

@@ -121,0 +127,0 @@ this._options.onPartitionDetected();

2

package.json
{
"name": "serum-vial",
"version": "1.3.5",
"version": "1.3.6",
"engines": {

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

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

const currentAsksAccountOrders = this._asksAccountOrders
const currentBidsAccountOrders = this._bidsAccountOrders
const newAsksSlabItems =

@@ -187,3 +190,7 @@ accountsData.asks !== undefined

slot,
l3DiffLength: l3Diff.length
currentAsksAccountOrders,
currentBidsAccountOrders,
newAsksOrders,
newBidsOrders,
l3Diff
})

@@ -190,0 +197,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