bull-event-messenger
Advanced tools
Comparing version 1.0.7 to 10.0.8
@@ -9,4 +9,4 @@ var util = require('util'); | ||
var self=this; | ||
this.receiveQueue = Queue(options.reciever,options.port,options.server); | ||
this.sendQueue = Queue(options.sender,options.port,options.server); | ||
this.receiveQueue = Queue(options.reciever,options.port,options.server,options.redisconfig); | ||
this.sendQueue = Queue(options.sender,options.port,options.server,options.redisconfig); | ||
@@ -13,0 +13,0 @@ this.receiveQueue.process(function(msg, done){ |
{ | ||
"name": "bull-event-messenger", | ||
"version": "1.0.7", | ||
"version": "10.0.8", | ||
"description": "Robust event-orianted messaging between two servers.", | ||
@@ -16,6 +16,23 @@ "main": "bull-event-messenger.js", | ||
"license": "ISC", | ||
"readme": "ERROR: No README data found!", | ||
"_id": "bull-event-messenger@1.0.0", | ||
"_shasum": "1ce803cba24c6e4767dcf57c5a7cf8ae4c0ac80f", | ||
"_from": "bull-event-messenger@*" | ||
"_id": "bull-event-messenger@1.0.7", | ||
"_shasum": "e0cc2489f26355e9f5d36f32c79d36c33ece240b", | ||
"_from": "bull-event-messenger@>=1.0.0 <2.0.0", | ||
"_npmVersion": "2.14.3", | ||
"_nodeVersion": "3.3.1", | ||
"_npmUser": { | ||
"name": "dilame", | ||
"email": "misterjt@mail.ru" | ||
}, | ||
"dist": { | ||
"shasum": "e0cc2489f26355e9f5d36f32c79d36c33ece240b", | ||
"tarball": "http://registry.npmjs.org/bull-event-messenger/-/bull-event-messenger-1.0.7.tgz" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "dilame", | ||
"email": "misterjt@mail.ru" | ||
} | ||
], | ||
"directories": {}, | ||
"_resolved": "https://registry.npmjs.org/bull-event-messenger/-/bull-event-messenger-1.0.7.tgz" | ||
} |
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
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
5084
2