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

@highoutput/amqp

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highoutput/amqp - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

1

build/index.js

@@ -33,2 +33,3 @@ "use strict";

});
logger_1.default.tag(['amqp', 'options']).info(ramda_1.default.omit(['password'], this.options));
this.connection = rhea_1.default.connect(Object.assign(Object.assign({}, this.options), { reconnect: true, initial_reconnect_delay: this.options.initialReconnectDelay, max_reconnect_delay: this.options.maxReconnectDelay }));

@@ -35,0 +36,0 @@ this.connection.on('connection_open', () => {

6

package.json
{
"name": "@highoutput/amqp",
"version": "0.4.4",
"version": "0.4.5",
"description": "A simplified abstraction of the AMQP 1.0 protocol",

@@ -43,3 +43,3 @@ "keywords": [

"@highoutput/error": "^0.1.3",
"@highoutput/logger": "^0.2.0",
"@highoutput/logger": "^0.2.1",
"ramda": "^0.26.1",

@@ -53,3 +53,3 @@ "rhea": "^1.0.16",

},
"gitHead": "232b0ba2e97bcf8340f04ff4b9a22db06619260a"
"gitHead": "5e5b1c03d6127b11452033e0555928267faa4416"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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