Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

express-service-readiness-middleware

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-service-readiness-middleware - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

5

dist/lib/index.js

@@ -109,6 +109,3 @@ "use strict";

healthy = await healthyFunc();
if (healthy) {
informationLogger?.log(`critical dependency '${dependency.name}' is healthy`);
}
informationLogger?.log(`critical dependency '${dependency.name}' is not healthy`);
informationLogger?.log(`critical dependency '${dependency.name}' is ${healthy ? 'healthy' : 'not healthy'}`);
}

@@ -115,0 +112,0 @@ catch (err) {

2

package.json
{
"name": "express-service-readiness-middleware",
"version": "1.0.12",
"version": "1.0.13",
"description": "This module provides express middleware for determining whether routes are exposed based on service critical dependency health.",

@@ -5,0 +5,0 @@ "repository": {

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