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.21 to 0.0.22

9

dist/index.d.ts

@@ -1,2 +0,2 @@

import ConsulInstance from 'consul';
import ConsulInstance, { SetOptions } from 'consul';

@@ -16,7 +16,2 @@ interface AnyObject {

export interface KeyValueOptions {
key?: string;
value: AnyObject | string;
}
export interface ValidateOptions {

@@ -75,3 +70,3 @@ fail?: boolean;

public get(key?: string): AnyObject;
public set(options: KeyValueOptions): void;
public set(options: SetOptions): void;
public setString(options: KeyValueOptions): void;

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

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

@@ -30,6 +30,4 @@ "main": "dist/index.cjs",

},
"devDependencies": {
"@types/consul": "0.23.34"
},
"dependencies": {
"@types/consul": "0.23.34",
"async-retry": "1.3.1",

@@ -36,0 +34,0 @@ "consul": "0.40.0",

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