express icon indicating copy to clipboard operation
express copied to clipboard

Fast, unopinionated, minimalist web framework for node.

Results 229 express issues
Sort by recently updated
recently updated
newest added

This is an initial approach to #5309 (cc: @dougwilson ). All feedback is super welcome. 🙌 ### What is this about? The main idea is to remove the `/examples` and...

semver-ignore

I have read and understood the project's Code of Conduct. I also have read and understood the process and best practices around Express triaging. I request for a triager role...

Update Matrix with Node.js version - update v16 - update v18 - update v19 - add v20 - add v21

tests

Slightly improves readability in my opinion :) Feel free to reject if the community doesn't feel the same. - Improve consistency of the code. - Remove conditionals where the literal...

I have read and understood the project's Code of Conduct. I also have read and understood the process and best practices around Express triaging. I request for a triager role...

In the documentation, it's stated that `req.get` is intended to be case-insensitive. However, it appears that when you set a custom header in a middleware, this case-insensitivity breaks if the...

### CVE Link 🔗 [CVE-2022-21680](https://github.com/advisories/GHSA-rrrm-qjm4-v8hf) [CVE-2022-21681](https://github.com/advisories/GHSA-5v2h-r2cx-5xgj) ### Notes ✍️ - `marked` was updated - [link](https://www.npmjs.com/package/marked); - Unsupported options were disabled;

examples
pr

I changed two uses of the `done()` callback to `cb()` since, as far as I can tell, this is what was intended. Also, I changed the reassignment of the `done()`...

pr
tests

Bumping body-parser to beta.2 to address [a vulnerability in qs](https://github.com/advisories/GHSA-hrpp-h998-j3pp) that [has been fixed in this latest release](https://github.com/christianblais/body-parser/blob/fccaf4879e960d5e8b105759d39d4fc5ecf2f4e4/package.json#L19).