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 0.7.0 to 0.7.1

3

dist/minion.js

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

}
if (message.type === 'recent_trades') {
this._recentTradesSerialized[message.symbol] = message.payload;
}
if (message.publish) {

@@ -156,0 +159,0 @@ this._server.publish(topic, message.payload);

2

package.json
{
"name": "serum-vial",
"version": "0.7.0",
"version": "0.7.1",
"engines": {

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

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

if (message.type === 'recent_trades') {
this._recentTradesSerialized[message.symbol] = message.payload
}
if (message.publish) {

@@ -203,0 +207,0 @@ this._server.publish(topic, message.payload)

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