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

@logzio-node-toolbox/consul

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logzio-node-toolbox/consul - npm Package Compare versions

Comparing version 0.0.27 to 0.0.28

2

dist/index.d.ts

@@ -74,3 +74,3 @@ /* eslint-disable no-unused-vars */

public get(key?: string): AnyObject;
public set(options: KeyValueOptions): ConsulInstance.Kv;
public set(options: KeyValueOptions): void;
public setString(options: KeyValueOptions): void;

@@ -77,0 +77,0 @@ public keys(key?: string): AnyObject;

@@ -132,3 +132,3 @@ import retry from 'async-retry';

return this.consulInstance.kv.set({
ket: this.buildKey(key),
key: this.buildKey(key),
value,

@@ -135,0 +135,0 @@ ...options

{
"name": "@logzio-node-toolbox/consul",
"version": "0.0.27",
"version": "0.0.28",
"description": "Consul easy use for json configs and service discovery",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs",

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