Electron Releases - v2.0.8

npm install electron@v2.0.8
yarn add electron@v2.0.8

Release Notes

Bug Fixes / Changes

  • [SECURITY] Fixed webPreferences inheritance issue. CVE-2018-15685
  • Fixed crash on startup on Linux systems running glibc 2.28. #13972
  • Made asarStatsToFsStats' return object inherit from fs.stats. #14040
  • Pressing escape now closes Dialogs on Mac even if defaultId is set. #14160
  • Improved typescript bindings. #14137