Download Latest Version v1.0.0 source code.tar.gz (68.0 kB)
Email in envelope

Get an email when there's a new version of electron-util

Home / v0.18.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-01-13 822 Bytes
v0.18.0 source code.tar.gz 2024-01-13 67.3 kB
v0.18.0 source code.zip 2024-01-13 78.9 kB
Totals: 3 Items   147.1 kB 1

Breaking

  • Require Electron 28 2da8c9e
  • This package is now pure ESM. Please read this and this.
  • Remove use of the Electron remote module (#58) df228ac
  • Because of the removal of remote, this package no longer proxies call between processes for you. So APIs that require to be run in the main process must be called from the main process or you will need to set up IPC channels. APIs that can be called in any process have not moved. To call a main process API, you must use the sub-export /main: import ... from 'electron-util/main'

https://github.com/sindresorhus/electron-util/compare/v0.17.2...v0.18.0

Source: README.md, updated 2024-01-13