Socket
Socket
Sign inDemoInstall

consul

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

consul - npm Package Compare versions

Comparing version 0.39.0 to 0.40.0

6

lib/utils.js

@@ -305,2 +305,8 @@ /**

}
if (src.hasOwnProperty('failuresbeforecritical')) {
dst.FailuresBeforeCritical = src.failuresbeforecritical;
}
if (src.hasOwnProperty('successbeforepassing')) {
dst.SuccessBeforePassing = src.successbeforepassing;
}

@@ -307,0 +313,0 @@ return dst;

2

package.json
{
"name": "consul",
"version": "0.39.0",
"version": "0.40.0",
"description": "Consul client",

@@ -5,0 +5,0 @@ "main": "./lib",

@@ -587,2 +587,6 @@ # Consul

which to automatically deregister service if check remains in critical state
* successbeforepassing (Number, optional): number of consecutive successful
results required before check status transitions to passing
* failuresbeforecritical (Number, optional): number of consecutive unsuccessful
results required before check status transitions to critical

@@ -589,0 +593,0 @@ Usage

Sorry, the diff of this file is not supported yet

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