floca-amqp-client
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -155,5 +155,5 @@ 'use strict'; | ||
}; | ||
connector.collectDomains = function( callback ){ | ||
connector.collectDomains = function( callback ){ | ||
var self = this; | ||
self.send( '1', 'Nodrium', 'Inflicter.divisions', [], {}, function(err, res){ | ||
self.send( self.harconName, 'Inflicter.divisions', [], {}, function(err, res){ | ||
if( err ) return callback(err); | ||
@@ -160,0 +160,0 @@ |
{ | ||
"name": "floca-amqp-client", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "AMQP client for floca-based projects", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# floca-amqp-client | ||
Server-side connector for [floca](https://github.com/UpwardsMotion/floca)-based projects running over AMQP message bus | ||
## Install | ||
npm i floca-amqp-client --save | ||
## Usage | ||
@@ -9,3 +13,3 @@ | ||
```javascript | ||
var Connector = require('../lib/Connector'); | ||
var Connector = require('floca-amqp-client'); | ||
var connector = new Connector(); | ||
@@ -12,0 +16,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25273
40
1