express-service-readiness-middleware
Advanced tools
Comparing version 1.0.15 to 1.0.16
{ | ||
"name": "express-service-readiness-middleware", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "This module provides express middleware for determining whether routes are exposed based on service critical dependency health.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -19,3 +19,3 @@ | ||
```bash | ||
$ npm install express-service-readiness-middleware@1.0.15 --save | ||
$ npm install express-service-readiness-middleware@1.0.16 --save | ||
``` | ||
@@ -45,3 +45,3 @@ | ||
isHealthy: () => Promise.resolve(true) | ||
}] | ||
}] | ||
@@ -48,0 +48,0 @@ // register the middleware, ideally you would do this before all other middlware |
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
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
22641