amqp10-transport-ws
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7918
Updatednodejs-websocket@^1.7.0