New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

consul-pilot

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

consul-pilot - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.travis.yml

2

index.js

@@ -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');

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