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

service-geoip

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

service-geoip - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

lib/geoip-client.js

@@ -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

2

package.json
{
"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",

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