expressjs / expressjs/body-parser
Replacing `qs` with `qs-esm` or `picoquery`
Open
- Dominant language
- JavaScript
- Stars
- 5.5k
- Forks
- 767
- Avg merge
- 13h 53m
- Merged PRs (30d)
- 10
Description
I want to propose to move from `qs` to `qs-esm` or `picoquery`.
`qs` seems to pull in a lot of dependencies that are not needed in your specified engine anymore

`qs-esm` has the same engine requirements than the newest body parser version. However, since `require(esm)` will most likely not be available for node 18, `picoquery` seems to be the only viable solution.
I would be happy to create a PR if you are on board with this.
Contributor guide
Assessment
This issue has not been assessed yet.