| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @tinyhttp_req@2.2.10 source code.tar.gz | 2026-07-22 | 368.7 kB | |
| @tinyhttp_req@2.2.10 source code.zip | 2026-07-22 | 505.1 kB | |
| README.md | 2026-07-22 | 853 Bytes | |
| Totals: 3 Items | 874.7 kB | 0 | |
Patch Changes
-
bd43b78: Bump
header-range-parserfrom 1.1.4 to 2.0.0.- Fixes broken TypeScript declarations shipped with v1.x (r37r0m0d3l/header-range-parser#429)
- Malformed
Rangeheaders (e.g.bytes=abc-def) are now classified as syntactically invalid per RFC 9110 and ignored, sosendFileserves a 200 full-body response instead of 416. Unsatisfiable and inverted ranges (e.g.bytes=10-5) still respond with 416. req.range()now returns-2(invalid) instead of-1(unsatisfiable) for such headers.- header-range-parser v2 is ESM-only and declares
engines.node: >=20.19.0. The shipped code is ES2015-compatible and keeps working on older Node versions viaimport, but package managers may emit engine warnings on Node < 20.19.