Socket
Socket
Sign inDemoInstall

node-multi-socketservers

Package Overview
Dependencies
38
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.9 to 0.2.10

11

lib/main.js

@@ -66,4 +66,11 @@ "use strict";

Promise.resolve().then(() => {
tmpOnConnection(socket, server);
(0, process).nextTick(() => {
try {
tmpOnConnection(socket, server);
}
catch (e) {
// nothing to do here
}
});

@@ -70,0 +77,0 @@

2

package.json
{
"name": "node-multi-socketservers",
"version": "0.2.9",
"version": "0.2.10",
"description": "A multi http & socket servers manager, based on node-multi-webserver",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc