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.6 to 1.3.7

6

dist/data_mapper.js

@@ -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 @@ });

2

package.json
{
"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

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