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.5 to 1.0.6

2

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

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

@@ -81,3 +81,3 @@ # express-service-readiness-middleware

- `isReady`: (Promise<boolean>) Indicates whether the dependency is ready
- `isHealthy`: (Promise<boolean>) Indicates whether the dependency is healthy
- `isHealthy`: (optional, Promise<boolean>) Indicates whether the dependency is healthy. `isReady` is used if not defined.
- `retryIntervalInMilliseconds`: (number) Interval in milliseconds in which to check if the dependency is ready

@@ -84,0 +84,0 @@

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