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 0.2.0 to 0.2.1

test/components/Domina.js

13

package.json
{
"name": "harcon-amqp",
"version": "0.2.0",
"version": "0.2.1",
"description": "ZeroMQ plugin for the harcon messaging/service bus of node-based enterprise entities.",

@@ -21,8 +21,3 @@ "keywords": [

},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"license": "MIT",
"main": "./lib/Amqp.js",

@@ -46,5 +41,5 @@ "dependencies": {

"engines": {
"node": ">= 0.10.0"
"node": ">= 4.0.0"
},
"_id": "harcon-amqp@0.1.0"
"_id": "harcon-amqp@0.1.1"
}

@@ -15,6 +15,7 @@ var CleanTester = require('./CleanTest');

, 'checkHealth'
, 'checkVivian'
, 'checkMarie'
, 'checkGreetings'
, 'checkMorningGreetings'
//, 'checkVivian'
//, 'checkMarie'
//, 'checkGreetings'
//, 'checkMorningGreetings'
, 'checkDomina'
, 'close'

@@ -21,0 +22,0 @@ ];

@@ -41,3 +41,3 @@ var chai = require('chai'),

var listeners = self.harcon.listeners();
expect( listeners ).to.eql( [ 'Inflicter', 'Publisher', 'Vivian', 'Alizee', 'Claire', 'Julie', 'Marie' ] );
expect( listeners ).to.eql( [ 'Inflicter', 'Publisher', 'Vivian', 'Alizee', 'Claire', 'Domina', 'Julie', 'Marie' ] );
callback();

@@ -79,2 +79,8 @@ }, 1000 );

},
checkDomina: function(done){
this.harcon.simpleIgnite( 'Domina.force', function(err, res){
console.log( '>>>>>>>>>>>>>>', err, res );
done( );
} );
},
close: function( done ){

@@ -81,0 +87,0 @@ if( this.harcon )

@@ -36,2 +36,6 @@ var CleanTester = require('./CleanTest');

it('Domina forcing is', function(done){
CleanTester.checkDomina( done );
});
/*

@@ -38,0 +42,0 @@ it('General dormir', function(done){

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