{"library":"express-healthcheck","type":"library","category":null,"description":"express-healthcheck is a lightweight middleware designed to provide basic health check endpoints for Express.js applications. Released as version 0.1.0 over ten years ago (last published in March 2016), the package is currently unmaintained and effectively abandoned by its original author. It offers a minimal interface to expose an uptime metric and allows for custom `healthy` and `test` functions to provide more application-specific health status, returning a 200 status code with a JSON payload. Unlike more modern and actively maintained health check libraries, it lacks features such as detailed dependency checks, async/await support, built-in security mechanisms, or explicit ESM compatibility, making it suitable only for extremely simple monitoring scenarios or as a historical reference.","language":"javascript","status":"abandoned","version":"0.1.0","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install express-healthcheck","imports":["const expressHealthcheck = require('express-healthcheck');","app.use('/health', require('express-healthcheck')());","import expressHealthcheck = require('express-healthcheck');\n// or if esModuleInterop is true:\nimport expressHealthcheck from 'express-healthcheck';"]},{"cmd":"yarn add express-healthcheck","imports":[]},{"cmd":"pnpm add express-healthcheck","imports":[]}],"homepage":null,"github":"https://github.com/lennym/express-healthcheck","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/express-healthcheck","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/express-healthcheck/compatibility"}}