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.4 to 1.3.5

4

dist/minion.js

@@ -261,3 +261,5 @@ "use strict";

else {
ws.unsubscribe(topic);
if (ws.isSubscribed(topic)) {
ws.unsubscribe(topic);
}
}

@@ -264,0 +266,0 @@ }

{
"name": "serum-vial",
"version": "1.3.4",
"version": "1.3.5",
"engines": {

@@ -51,3 +51,3 @@ "node": ">=15"

"node-fetch": "^2.6.1",
"uWebSockets.js": "git+https://git@github.com/uNetworking/uWebSockets.js.git#v19.5.0",
"uWebSockets.js": "git+https://git@github.com/uNetworking/uWebSockets.js.git#v20.4.0",
"winston": "^3.3.3",

@@ -58,4 +58,4 @@ "ws": "^8.2.3",

"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.9",
"@types/node-fetch": "^2.5.12",

@@ -69,3 +69,3 @@ "@types/ws": "^8.2.0",

"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},

@@ -72,0 +72,0 @@ "lint-staged": {

@@ -323,3 +323,5 @@ import { getLayoutVersion, Market } from '@project-serum/serum'

} else {
ws.unsubscribe(topic)
if (ws.isSubscribed(topic)) {
ws.unsubscribe(topic)
}
}

@@ -326,0 +328,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