| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-24 | 977 Bytes | |
| v1.20.5 source code.tar.gz | 2026-04-24 | 27.5 kB | |
| v1.20.5 source code.zip | 2026-04-24 | 42.3 kB | |
| Totals: 3 Items | 70.8 kB | 0 | |
What's Changed
The reason for this release is a fix to the extended urlencoded parser returning objects instead of arrays for large array inputs (> 100) on qs@6.14.2+. (https://github.com/expressjs/body-parser/pull/716)
- refactor(json): simplify strict mode error string construction by @jonchurch in https://github.com/expressjs/body-parser/pull/692
- fix: correct off-by-one error in parameterCount by @abhu85 in https://github.com/expressjs/body-parser/pull/716
- deps(qs): bump qs to 6.15.1 by @jonchurch in https://github.com/expressjs/body-parser/pull/722
- Release: 1.20.5 by @jonchurch in https://github.com/expressjs/body-parser/pull/721
New Contributors
- @abhu85 made their first contribution in https://github.com/expressjs/body-parser/pull/716
Special thanks to triager @krzysdz for keeping this on our radar and effectively triaging the specific issue!
Full Changelog: https://github.com/expressjs/body-parser/compare/1.20.4...1.20.5