| Name | Modified | Size | Downloads / 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
remotemodule (#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