Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
amqp10-transport-ws
Advanced tools
Provides a Websocket implementation for the transport layer for node-amqp10.
Provides a Websocket implementation for the transport layer for node-amqp10.
The amqp10 library exports a TransportProvider
class that is used to manage and inject new transports for the library to use.
Each transport should expose a register
method that takes the TransportProvider
as an argument, allowing any transport to register a new protocol to be used.
In the present case the protocol registered is wss
(webocket transport using the node-websocket library).
var amqp10 = require('amqp10');
var wsTransport = require('amqp10-transport-ws');
wsTransport.register(amqp10.TransportProvider);
Once registered, any URI starting with wss://
given to the connect
method of amqp10.Client
will be handled by the websocket transport.
FAQs
Provides a Websocket implementation for the transport layer for node-amqp10.
The npm package amqp10-transport-ws receives a total of 23 weekly downloads. As such, amqp10-transport-ws popularity was classified as not popular.
We found that amqp10-transport-ws demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.