Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amqp10-transport-ws

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amqp10-transport-ws - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

lib/index.js

@@ -22,3 +22,3 @@ 'use strict';

if (!options.extraHeaders) options.extraHeaders = {};
options.extraHeaders['Sec-Websocket-Protocol'] = 'AMQPWSB10';
options.protocols = ['AMQPWSB10'];
this._socket = ws.connect(address.href, options);

@@ -25,0 +25,0 @@

{
"name": "amqp10-transport-ws",
"version": "0.0.4",
"version": "0.0.5",
"description": "Provides a Websocket implementation for the transport layer for node-amqp10.",

@@ -47,4 +47,4 @@ "main": "./lib",

"dependencies": {
"nodejs-websocket": "^1.4.1"
"nodejs-websocket": "^1.7.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc