Releases: KeijiBranshi/ipc-monitor
Releases · KeijiBranshi/ipc-monitor
Release 1.0.5
Bug Fix
'window' is not defined
Promise exception that occurs when importingipcMonitor
from the Electron Main Process
Release 1.03
Bug Fixes
create-monitor.ts
selectively importsrxjs/Observable
as opposed to importing all ofrxjs
- added more error catching
Observable
s in case a module is getting imported on the wrong process
Release 1.0.1
New Feature: <webview/> tag monitoring
Now the ipcMonitor (when imported from a renderer process) will observe the DOM for tags, and monitor their IPC traffic
Schema Updates
Added module
property to IpcMark
to better contextualize where/how ipc messages were sent (e.g. "ipcRenderer", "ipcMain", "webviewTag", "webContents")
Release 0.1.2
Should be good to use after this release