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

amqp10-transport-ws

Package Overview
Dependencies
Maintainers
1
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.1 to 0.0.2

7

lib/index.js

@@ -55,4 +55,7 @@ 'use strict';

throw new Error('Socket not connected');
this._socket.close();
if (this._socket.readyState !== this._socket.CLOSED) {
this._socket.removeAllListeners();
this._socket.close();
}
};

@@ -59,0 +62,0 @@

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

@@ -5,0 +5,0 @@ "main": "./lib",

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