You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@magnet.me/consultant

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magnet.me/consultant - npm Package Compare versions

Comparing version
1.5.0
to
1.5.1
+1
-1
.nvmrc

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

v12.13
v20.11.1

@@ -27,3 +27,3 @@ declare module "@magnet.me/consultant" {

consulHost?: string;
service: Service;
service: ServiceIdentifier;
prefix?: string;

@@ -30,0 +30,0 @@ }

{
"name": "@magnet.me/consultant",
"version": "1.5.0",
"version": "1.5.1",
"description": "A library to register services to Consul and listen for property changes.",

@@ -37,3 +37,6 @@ "main": "out/index.js",

"homepage": "https://github.com/Magnetme/consultant-js#readme",
"types": "./out/index.d.ts"
"types": "./out/index.d.ts",
"resolutions": {
"@babel/traverse": "7.23.2"
}
}