@logzio-node-toolbox/consul
Advanced tools
Comparing version 0.0.31 to 0.0.32
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
126081
3248