nsq-lookup-jc
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -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 @@ }); |
{ | ||
"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": { |
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
3880
118
6
1
+ Addedbatch@0.6.1(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addedmime@2.6.0(transitive)
+ Addedms@2.1.3(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedsuperagent@4.1.0(transitive)
+ Addedsuperagent-retry@0.6.0(transitive)
- Removedbatch@0.5.3(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removeddebug@2.6.9(transitive)
- Removedextend@3.0.2(transitive)
- Removedisarray@1.0.0(transitive)
- Removedmime@1.6.0(transitive)
- Removedms@2.0.0(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedsuperagent@3.5.2(transitive)
- Removedsuperagent-retry@0.5.1(transitive)
Updatedbatch@~0.6.1
Updateddebug@^4.1.1
Updatedsuperagent@~4.1.0
Updatedsuperagent-retry@^0.6.0