websockify-js
websockify-js copied to clipboard
Compatibility with `ws` > 1.0, security issues
The ws
project is now at version 8.2.0. You depend on version 0.4.27. There are lots of intervening security fixes. Are you compatible with ws
8.2.0, or do you depend on the earlier compromised versions?
No idea. This version of websockify isn't really maintained. I suggest you test and see if a newer ws
will work.
Note that websockify.js crashes with new versions of ws
, due to API changes, see #30
If still needed, I made an updated Version that uses all the latest dependencies: https://github.com/saschazesiger/websockify-js-express
You are welcome to submit a PR if you have some fixes that you think are appropriate to merge here.
Maybe its useful for some but its just my implementation of websockify and doesn't really fit in this repository.. Maybe i'll have time to make a PR soon.