New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

af-consul

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

af-consul - npm Package Compare versions

Comparing version 1.0.82 to 1.0.83

2

dist/cjs/src/get-api.js

@@ -36,3 +36,3 @@ "use strict";

},
deregister: (svcId = serviceId) => api.deregisterIfNeed(svcId),
deregister: (svcId) => api.deregisterIfNeed(svcId || serviceId),
};

@@ -39,0 +39,0 @@ Object.entries(api).forEach(([k, v]) => {

@@ -32,3 +32,3 @@ // noinspection JSUnusedGlobalSymbols

},
deregister: (svcId = serviceId) => api.deregisterIfNeed(svcId),
deregister: (svcId) => api.deregisterIfNeed(svcId || serviceId),
};

@@ -35,0 +35,0 @@ Object.entries(api).forEach(([k, v]) => {

{
"name": "af-consul",
"version": "1.0.82",
"version": "1.0.83",
"description": "A highly specialized function library",

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

@@ -40,3 +40,3 @@ // noinspection JSUnusedGlobalSymbols

},
deregister: (svcId = serviceId) => api.deregisterIfNeed(svcId),
deregister: (svcId) => api.deregisterIfNeed(svcId || serviceId),
} as IApi;

@@ -43,0 +43,0 @@

Sorry, the diff of this file is not supported yet

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