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

harcon-amqp

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

harcon-amqp - npm Package Compare versions

Comparing version 3.3.5 to 3.5.0

3

lib/AmqpBarrel.js

@@ -235,3 +235,3 @@ 'use strict'

if (self.reconnectionProcess) return
if (self.finalised || self.reconnectionProcess) return

@@ -265,2 +265,3 @@ self.logger.harconlog( null, 'Reconnecting...', self.connectURL, 'warn' )

amqpbarrel.extendedClose = function ( callback ) {
this.finalised = true
this.clearClearer()

@@ -267,0 +268,0 @@ if ( this.ctx ) {

{
"name": "harcon-amqp",
"version": "3.3.5",
"version": "3.5.0",
"description": "AMQP plugin for the harcon messaging/service bus of node-based enterprise entities.",

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

"async": "^2.0.1",
"harcon": "^4.3.5",
"harcon": "^4.5.1",
"isa.js": "^1.7.5",

@@ -38,3 +38,3 @@ "rabbit.js": "^0.4.4"

"gulp-load-plugins": "^1.2.4",
"gulp-mocha": "^3.0.0",
"gulp-mocha": "^3.0.1",
"gulp-util": "^3.0.7",

@@ -41,0 +41,0 @@ "minimist": "^1.2.0",

@@ -59,2 +59,3 @@ 'use strict'

describe('Test Harcon status calls', function () {
it('Retrieve divisions...', function (done) {

@@ -70,3 +71,3 @@ setTimeout( function () {

})
/* it('test network failure', function (done) {
it('test network failure', function (done) {
console.log('test network failure...')

@@ -91,7 +92,8 @@ this.timeout(20000)

}, 15000)
})*/
})
it('Retrieve listeners...', function (done) {
inflicter.listeners( function (err, listeners) {
expect( listeners ).to.eql( [ 'Inflicter', 'Publisher', 'peter', 'walter', 'Alizee', 'Domina', 'Julie', 'Claire', 'Marie' ] )
console.log( '....', listeners )
expect( listeners ).to.eql( [ 'Inflicter', 'Publisher', 'peter', 'walter', 'Alizee', 'Claire', 'Domina', 'Julie', 'Marie' ] )
done(err)

@@ -261,2 +263,3 @@ } )

})
})

@@ -263,0 +266,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