Download Latest Version e2b@2.35.3 source code.zip (2.1 MB)
Email in envelope

Get an email when there's a new version of E2B

Home / e2b@2.35.3
Name Modified Size InfoDownloads / Week
Parent folder
e2b@2.35.3 source code.tar.gz 2026-07-23 1.7 MB
e2b@2.35.3 source code.zip 2026-07-23 2.1 MB
README.md 2026-07-23 766 Bytes
Totals: 3 Items   3.8 MB 0

Patch Changes

  • a406f78: Fix fetch handling on non-Node runtimes (Bun, Deno, browsers, edge):
  • The SDK now late-binds globalThis.fetch instead of capturing the reference at client creation, so a fetch replaced afterwards (msw, instrumentation) is picked up, and per-proxy fetcher cache entries stay distinct.
  • Request/idle timeout abort reasons are pinned to their AbortController to work around Bun dropping weakly-held AbortSignal.reason values, so timeouts on Bun surface as TimeoutError instead of an undefined reason.

  • d417e9c: Detect the Cloudflare Workers runtime before the generic Node check so Node compatibility shims (workerd's nodejs_compat, @cloudflare/vitest-pool-workers) no longer make the SDK load undici inside Workers

Source: README.md, updated 2026-07-23