serum-vial
Advanced tools
Comparing version 1.3.6 to 1.3.7
@@ -34,4 +34,2 @@ "use strict"; | ||
const l3Diff = []; | ||
const currentAsksAccountOrders = this._asksAccountOrders; | ||
const currentBidsAccountOrders = this._bidsAccountOrders; | ||
const newAsksSlabItems = accountsData.asks !== undefined | ||
@@ -120,6 +118,2 @@ ? [...serum_1.Orderbook.decode(this._options.market, accountsData.asks).slab.items(false)] | ||
slot, | ||
currentAsksAccountOrders, | ||
currentBidsAccountOrders, | ||
newAsksOrders, | ||
newBidsOrders, | ||
l3Diff | ||
@@ -126,0 +120,0 @@ }); |
{ | ||
"name": "serum-vial", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=15" |
@@ -79,5 +79,2 @@ import { EVENT_QUEUE_LAYOUT, Market, Orderbook, getLayoutVersion } from '@project-serum/serum' | ||
const currentAsksAccountOrders = this._asksAccountOrders | ||
const currentBidsAccountOrders = this._bidsAccountOrders | ||
const newAsksSlabItems = | ||
@@ -190,6 +187,2 @@ accountsData.asks !== undefined | ||
slot, | ||
currentAsksAccountOrders, | ||
currentBidsAccountOrders, | ||
newAsksOrders, | ||
newBidsOrders, | ||
l3Diff | ||
@@ -196,0 +189,0 @@ }) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
304366
4512