🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@emartech/rabbitmq-client

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emartech/rabbitmq-client - npm Package Compare versions

Comparing version

to
5.8.0

2

package.json

@@ -40,3 +40,3 @@ {

},
"version": "5.7.0"
"version": "5.8.0"
}

@@ -9,2 +9,5 @@ 'use strict';

constructor(amqpConfig, configuration) {
createLogger.configure({
outputFormat: 'legacy'
});
this._logger = createLogger(configuration.logger);

@@ -11,0 +14,0 @@ this._channel = configuration.channel;

@@ -10,2 +10,5 @@ 'use strict';

constructor(amqpConfig, configuration) {
createLogger.configure({
outputFormat: 'legacy'
});
this._logger = createLogger(configuration.logger);

@@ -12,0 +15,0 @@ this._channel = configuration.channel;

@@ -10,2 +10,5 @@ 'use strict';

constructor(amqpConfig, configuration) {
createLogger.configure({
outputFormat: 'legacy'
});
this._logger = createLogger(configuration.logger);

@@ -12,0 +15,0 @@ this._channel = configuration.channel;