Dimitris Marlagkoutsos
Dimitris Marlagkoutsos
Currently the type of `Application.electron` is `Electron.RemoteMainInterface` but logging the keys of `app.electron` it seems that it should be ```ts interface SpectronElectron { clipboard: Electron.Clipboard; contextBridge: Electron.ContextBridge; crashReporter: Electron.CrashReporter; desktopCapturer:...
### Is your request related to a problem? The latest possible version of crypto-es that can be installed is 1.2.7. The earliest fixed version is 2.1.0. Summary Crypto-js PBKDF2 is...
Is there any plan to migrate to the new stable version of Electron? `BrowserWindow.getDevToolsExtensions` and `BrowserWindow.addDevToolsExtension` are deprecated and will be removed.
### Description This update addresses a crucial security concern in the hashing strategy by altering the default hash algorithm and iterations for PBKDF2. The previous configuration, which relied on the...
The default case of a switch statement cannot be ignored for code coverage in Istanbul, even when marked with `/* istanbul ignore next */`. This creates challenges in scenarios where...