api-client/packages/hoppscotch-js-sandbox/src
James George 645ecb55d8 fix: prevent memory leaks in experimental scripting sandbox (#5800)
- Cache and reuse a single `FaradayCage` WASM instance to avoid repeated allocations.
- Dispose `InspectionService` watchers via `effectScope` to prevent accumulation on tab switch.
- Use `Set` for environment variable key lookups in validation.
- Dispose Monaco editor models on component unmount.
2026-01-28 11:47:31 +05:30
..
__tests__ feat(js-sandbox): add extensive Web Crypto API support (#5791) 2026-01-22 17:30:06 +05:30
bootstrap-code feat(scripting-revamp): add support for sending requests in scripting context (#5596) 2025-11-26 09:52:00 +05:30
cage-modules feat(js-sandbox): add extensive Web Crypto API support (#5791) 2026-01-22 17:30:06 +05:30
constants feat(scripting-revamp): chai powered assertions and postman compatibility layer (#5417) 2025-10-27 17:49:58 +05:30
node fix: prevent memory leaks in experimental scripting sandbox (#5800) 2026-01-28 11:47:31 +05:30
types chore: security patch for the dependency chain v2025.12.0 (#5678) 2025-12-12 16:58:35 +05:30
utils fix: prevent memory leaks in experimental scripting sandbox (#5800) 2026-01-28 11:47:31 +05:30
web fix: prevent memory leaks in experimental scripting sandbox (#5800) 2026-01-28 11:47:31 +05:30
global.d.ts chore: lint + bump deps 2021-11-04 18:23:50 +05:30