service-geoip
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -11,3 +11,2 @@ var uuid = require('node-uuid'), | ||
function maybeAnswer(msg) { | ||
console.log(' [.] Client received answer!', msg.content.toString()); | ||
var corrIdA = msg.properties.correlationId; | ||
@@ -52,3 +51,2 @@ if (answerQueue[corrIdA] !== undefined) { | ||
var request = function(){ | ||
console.log(' [x] Sending', msg, 'to queue'); | ||
channel.sendToQueue(config.queue, new Buffer(msg), { | ||
@@ -55,0 +53,0 @@ correlationId: corrId, replyTo: queue |
{ | ||
"name": "service-geoip", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "A RabbitMQ microservice wrapping the node-geoip package (geoip-lite on npm).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
26985
198