consul-pilot
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -69,3 +69,3 @@ const debug = require('debug')('ConsulPilot'); | ||
if (consulService && consulService.address !== service.address) { | ||
if (consulService && consulService.address && consulService.address !== service.address) { | ||
debug('SERVICE:', serviceName, 'HAS NEW ADDRESS'); | ||
@@ -72,0 +72,0 @@ service.address = consulService.address; |
{ | ||
"name": "consul-pilot", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "NODE_ENV=test jest --watch" | ||
"test": "NODE_ENV=test jest" | ||
}, | ||
"repository": { | ||
"type" : "git", | ||
"url" : "https://github.com/betastreet/consul-pilot/consul-pilot.git" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/betastreet/consul-pilot/consul-pilot.git" | ||
}, | ||
@@ -13,0 +13,0 @@ "keywords": [], |
# consul-pilot | ||
[![Build Status](https://travis-ci.org/betastreet/consul-pilot.svg?branch=master)](https://travis-ci.org/betastreet/consul-pilot) | ||
``` | ||
@@ -4,0 +6,0 @@ const ConsulPilot = require('consul-pilot'); |
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
7625
8
14
1