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 2.0.0-next.1 to 2.0.0-next.2

3

lib/utils.js

@@ -175,4 +175,3 @@ "use strict";

// headers
if (opts.hasOwnProperty("token") && !ignore.token)
req.headers["x-consul-token"] = opts.token;
if (opts.token && !ignore.token) req.headers["x-consul-token"] = opts.token;

@@ -179,0 +178,0 @@ // query

{
"name": "consul",
"version": "2.0.0-next.1",
"version": "2.0.0-next.2",
"description": "Consul client",

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

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