
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@ubergrape/websocket-buffering
Advanced tools
small wrapper around websocket that does message buffering and reconnects
small wrapper around websocket that does message buffering and reconnects
This is heavily inspired by stagas/websocket for the client side, but does the same wrapping for ws in node as well, to provide the same api.
Buffers messages and sends them once the connection has been established.
Also offers a .connect() method to re-establish a broken connection.
$ npm install websocket-buffering
$ component install Swatinem/websocket-buffering
Creates a new WebSocket connection to url.
If options.connect is set to false, it will not automatically connect
If options.buffering is set to false, it will throw when sending on a closed
socket instead of buffering and sending once the socket is open.
This is the readyState as defined by WebSocket. ws.OPEN and so on.
Send data down the wire, or buffer it to be sent once the connection is actually open.
This opens up a new connection when it is not open yet. Does nothing otherwise.
LGPLv3
Released as free software as part of ChatGrape
FAQs
small wrapper around websocket that does message buffering and reconnects
The npm package @ubergrape/websocket-buffering receives a total of 2 weekly downloads. As such, @ubergrape/websocket-buffering popularity was classified as not popular.
We found that @ubergrape/websocket-buffering demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.