express-middleware-headers-server-timing icon indicating copy to clipboard operation
express-middleware-headers-server-timing copied to clipboard

Middleware for express.js to add server timing headers

Results 7 express-middleware-headers-server-timing issues
Sort by recently updated
recently updated
newest added

Version 1.9.1 has introduced a bug that crashes the middleware by trying to access headers with `response.headers`. This will produce an error at least on express 4.17.1. I believe that...

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [documentation](https://github.com/documentationjs/documentation). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...

dependencies

Bumps [json5](https://github.com/json5/json5) and [json5](https://github.com/json5/json5). These dependencies needed to be updated together. Updates `json5` from 1.0.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest'...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.4 and updates ancestor dependency [documentation](https://github.com/documentationjs/documentation). These dependencies need to be updated together. Updates `minimatch` from 0.2.14 to 3.0.4 Commits e46989a v3.0.4 ddfacbd update brace-expansion 55ed736 update...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

It would be good to have it configurable, if one (big) or multiple (short) headers should be created. https://github.com/SilentImp/express-middleware-headers-server-timing/blob/master/index.js#L286-L289