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

nsq-lookup-jc

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nsq-lookup-jc - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

5

index.js

@@ -65,6 +65,7 @@

if (res.error) return done(res.error);
var data = res.body && res.body.data || {};
var body = res.body || {};
var data = (body.producers ? body : body.data) || {};
var producers = data.producers || [];
done(null, producers);
})
});
});

@@ -71,0 +72,0 @@ });

13

package.json
{
"name": "nsq-lookup-jc",
"version": "3.0.1",
"version": "3.0.2",
"repository": "segmentio/nsq-lookup",
"description": "lookup nsqd instances via nsqlookupd",
"scripts": {
"test": "make test"
},
"keywords": [

@@ -12,6 +15,6 @@ "nsq",

"dependencies": {
"batch": "~0.5.0",
"debug": "^2.2.0",
"superagent": "~3.5.0",
"superagent-retry": "^0.5.1"
"batch": "~0.6.1",
"debug": "^4.1.1",
"superagent": "~4.1.0",
"superagent-retry": "^0.6.0"
},

@@ -18,0 +21,0 @@ "devDependencies": {

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