Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-10 | 2.2 kB | |
v2.1.0 source code.tar.gz | 2025-02-10 | 27.4 kB | |
v2.1.0 source code.zip | 2025-02-10 | 40.6 kB | |
Totals: 3 Items | 70.2 kB | 0 |
What's Changed
- fix: update package.json engines field to reflect minimum supported node version by @Phillip9587 in https://github.com/expressjs/body-parser/pull/541
- fix: remove brotli support check by @Phillip9587 in https://github.com/expressjs/body-parser/pull/542
- fix: remove unpipe package and use native unpipe method by @Phillip9587 in https://github.com/expressjs/body-parser/pull/543
- Remove unused devDependency
methods
by @Phillip9587 in https://github.com/expressjs/body-parser/pull/548 - ci: updated github actions ci workflow by @Phillip9587 in https://github.com/expressjs/body-parser/pull/546
- Remove devDependency
safe-buffer
by @Phillip9587 in https://github.com/expressjs/body-parser/pull/547 - test: remove AsyncLocalStorage check by @Phillip9587 in https://github.com/expressjs/body-parser/pull/549
- perf: use the node require cache instead of custom caching by @Phillip9587 in https://github.com/expressjs/body-parser/pull/562
- ci: disable fail-fast in CI workflow by @Phillip9587 in https://github.com/expressjs/body-parser/pull/565
- chore(deps): update
type-is
to v2.0.0 by @Phillip9587 in https://github.com/expressjs/body-parser/pull/571 - refactor: prefix built-in node module imports by @Phillip9587 in https://github.com/expressjs/body-parser/pull/573
- fix: remove obsolete dependency
destroy
by @Phillip9587 in https://github.com/expressjs/body-parser/pull/570 - cleanup: remove obsolete test env file by @Phillip9587 in https://github.com/expressjs/body-parser/pull/569
- Refactor decompression stream creation to remove code duplication by @Phillip9587 in https://github.com/expressjs/body-parser/pull/564
- Add caret for body-parser dependencies by @wesleytodd in https://github.com/expressjs/body-parser/pull/577
- ci: add CodeQL (SAST) by @bjohansebas in https://github.com/expressjs/body-parser/pull/559
- chore(deps): update
debug
to ^4.4.0 by @Phillip9587 in https://github.com/expressjs/body-parser/pull/579 - Release v2.1.0 by @wesleytodd in https://github.com/expressjs/body-parser/pull/578
Full Changelog: https://github.com/expressjs/body-parser/compare/2.0.1...v2.1.0