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

consul

Package Overview
Dependencies
Maintainers
1
Versions
57
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.18.0 to 0.18.1

4

lib/lock.js

@@ -91,3 +91,3 @@ /**

ctx.lockWaitTime = self._opts.lockwaittime || DEFAULT_LOCK_WAIT_TIME;
ctx.lockWaitTimeout = utils.parseDuration(ctx.lockWaitTime) + 100;
ctx.lockWaitTimeout = utils.parseDuration(ctx.lockWaitTime) + 1000;
ctx.lockRetryTime = utils.parseDuration(self._opts.lockretrytime || DEFAULT_LOCK_RETRY_TIME);

@@ -312,3 +312,3 @@ ctx.state = 'session';

if (time && new Date() - time > ttl) {
if (time && new Date() - time > ttl + 1000) {
monitor.end();

@@ -315,0 +315,0 @@ }

{
"name": "consul",
"version": "0.18.0",
"version": "0.18.1",
"description": "Consul client",

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

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