express-status-monitor icon indicating copy to clipboard operation
express-status-monitor copied to clipboard

Package breaks with non-vulnerable Socket.Io version 4.1.2

Open monizb opened this issue 4 years ago • 1 comments

When socket-io is upgraded to the latest non-vulnerable version 4.1.2 the status monitor package breaks all the routes

Error:

 TypeError: this.server.adapter(...) is not a constructor
    at Namespace._initAdapter (/Users/monish/Dropbox/My Mac (Monish’s MacBook Pro)/Desktop/DockIntern/backend/node_modules/express-status-monitor/node_modules/socket.io/dist/namespace.js:40:24)

monizb avatar Jun 14 '21 03:06 monizb

I don't think there is a commit for [email protected]. I'm using [email protected] which upgraded to [email protected] with no issues.

lamweili avatar Jun 09 '22 10:06 lamweili