express-status-monitor
express-status-monitor copied to clipboard
Package breaks with non-vulnerable Socket.Io version 4.1.2
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)
I don't think there is a commit for [email protected].
I'm using [email protected] which upgraded to [email protected] with no issues.