Electron v35.5.1
npm
npm install --save-dev electron@35.5.1
yarn
yarn add --dev electron@35.5.1
Release Notes
Fixes
Fixed
addChildView()
crashes when adding a closed WebContentsView. #47339Fixed crash in
autoUpdater
on macOS when zip extraction failed. #47299 (Also in 34, 36, 37)Fixed crash when pausing in loops due to missing context when desugared. #47286
Other Changes
Security: backported fix for CVE-2025-5419. #47354