Socket
Socket
Sign inDemoInstall

node-multi-socketservers

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-multi-socketservers - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

10

lib/main.js

@@ -75,4 +75,14 @@ "use strict";

if ("function" === typeof server.sockets.setMaxListeners) {
server.sockets.setMaxListeners(0);
}
server.sockets.on("connection", (socket) => {
if ("function" === typeof socket.setMaxListeners) {
socket.setMaxListeners(0);
}
eventListener(socket, server);
});

@@ -79,0 +89,0 @@

2

package.json
{
"name": "node-multi-socketservers",
"version": "0.2.2",
"version": "0.2.3",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc