response-time
response-time copied to clipboard
Response time header for node.js
Version: 2.3.2 ``` (!) Use of eval is strongly discouraged https://rollupjs.org/guide/en/#avoiding-eval ../../../node_modules/response-time/node_modules/depd/index.js 408: 409: // eslint-disable-next-line no-eval 410: var deprecatedfn = eval('(function (' + args + ') {\n' + ^...
The `request-received` middleware at https://github.com/cabinjs/request-received exposes a `Symbol.for` property, which this package could conditionally consume if interested (as opposed to just generating `process.hrtime()`. e.g. https://github.com/expressjs/response-time/blob/master/index.js#L53 would change from `var startAt...
Reminder: https://stackoverflow.com/questions/30019235/how-to-access-all-response-times-on-every-route-in-express-4/30029024#30029024 Thanks @dougwilson.
Since the codebase is not returning the `next` explicitly, when you have an async interface involving this library, the Promise exit early getting the implicit `undefined` until now returned.
This issue aims to discuss potential changes for the next major version of `expressjs/response-time`. ### Key Areas to Consider: 1. API Simplification - BREAKING CHANGE - **Standardized Options Object**: Remove...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.2 to 2.4.3. Release notes Sourced from ossf/scorecard-action's releases. v2.4.3 What's Changed This update bumps the Scorecard version to the v5.3.0 release. For a complete list of...