| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| e2b@2.38.2 source code.tar.gz | < 24 hours ago | 1.8 MB | |
| e2b@2.38.2 source code.zip | < 24 hours ago | 2.2 MB | |
| README.md | < 24 hours ago | 765 Bytes | |
| Totals: 3 Items | 3.9 MB | 0 | |
Patch Changes
- d5a382e: Bump both undici dependencies past the 2026-07-24 security advisories: the required
undicifrom^7.28.0to^7.29.0, and the optionalundici8(npm:undici@…) from 8.8.0 to 8.10.0. Both releases fix one High (GHSA-4cwx-7wf7-3272) and four Medium advisories, and undici 8.10.0 additionally fixes HTTP/2 request settling, refused-stream retries and GOAWAY handling, which the SDK exercises because every dispatcher it builds setsallowH2: true. Neither bump moves a Node floor — 7.29.0 still requires Node>=20.18.1and 8.10.0 still requires>=22.19.0, matching theUNDICI_8_MIN_NODEgate — so package selection and behaviour are unchanged.