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

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

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

Patch Changes

  • 64e9bc0: Resolve the template builder's default file context path in the constructor instead of a class field initializer. Under [[Define]] class-field semantics (the default at target: es2022+), field initializers run in an extra <instance_members_initializer> stack frame, which threw off the fixed-depth caller-directory resolution — .copy() sources resolved against the SDK's own directory instead of the caller's. The constructor-body call is emit-invariant, so the useDefineForClassFields: false pin in tsconfig is no longer needed and has been removed.
Source: README.md, updated 2026-07-15