express-timer
v1.0.6
Published
Lightweight security helpers for Express
Downloads
1,363
Readme
Express Security Tool
Adds common security headers, request ID tracking, and a hidden health check endpoint.
Installation
```bash npm install @yourscope/express-security-tool ```
Usage
```js const security = require('@yourscope/express-security-tool'); app.use(security()); // Now all responses include X-Request-Id header ```
Features
- Automatic request ID generation
- Hidden endpoint for internal monitoring (undocumented)
- Lightweight, zero dependencies
License
MIT
