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.0.10 to 1.0.11

13

dist/minion.js

@@ -275,14 +275,3 @@ "use strict";

if (message !== undefined) {
const success = ws.send(message);
if (!success) {
retries = 0;
while (ws.getBufferedAmount() > 0) {
await helpers_1.wait(10);
retries += 1;
if (retries > 200) {
ws.end(1008, 'Too much backpressure');
return;
}
}
}
ws.send(message);
}

@@ -289,0 +278,0 @@ }

2

package.json
{
"name": "serum-vial",
"version": "1.0.10",
"version": "1.0.11",
"engines": {

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

@@ -340,16 +340,3 @@ import { getLayoutVersion, Market } from '@project-serum/serum'

if (message !== undefined) {
const success = ws.send(message)
if (!success) {
retries = 0
while (ws.getBufferedAmount() > 0) {
await wait(10)
retries += 1
if (retries > 200) {
ws.end(1008, 'Too much backpressure')
return
}
}
}
ws.send(message)
}

@@ -356,0 +343,0 @@ }

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