Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

multiserver

Package Overview
Dependencies
Maintainers
20
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiserver - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

2

package.json
{
"name": "multiserver",
"description": "write a server which works over many protocols at once, or connect to the same",
"version": "3.3.1",
"version": "3.3.2",
"homepage": "https://github.com/dominictarr/multiserver",

@@ -6,0 +6,0 @@ "repository": {

@@ -63,3 +63,3 @@ var WS = require('pull-ws')

debug('Listening on %s:%d', opts.host, opts.port)
server.listen(opts.port, function () {
server.listen(opts.port, opts.host, function () {
startedCb && startedCb(null, true)

@@ -66,0 +66,0 @@ })

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