Electron v43.1.1

Latest Stable
npm
npm install --save-dev electron@43.1.1
yarn
yarn add --dev electron@43.1.1
Google ChromeChromium
150.0.7871.114
Node.jsNode.js
24.18.0
V8V8
15.0.245.15

Release Notes

Fixes

  • Fixed a browser-process crash (ValidateIntegrityOrDie) and spurious preload ENOENT errors when an app's app.asar is replaced on disk (e.g. by an updater or MDM software) while the app is running. #52293 (Also in 42, 44)

Other Changes

  • Updated Chromium to 150.0.7871.114. #52297