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
6
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.31 to 0.0.32

11

dist/index.d.ts

@@ -15,4 +15,9 @@ interface AnyObject {

export interface KeyValueOptions {
key?: string;
key: string;
value: AnyObject | string;
cas?: number;
dc?: string;
flags?: number;
acquire?: string;
release?: string;
}

@@ -73,4 +78,4 @@

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

@@ -77,0 +82,0 @@ public merge(options: KeyValueOptions): AnyObject;

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

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

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