Skip to content

Releases: KeijiBranshi/ipc-monitor

Release 1.0.5

22 Oct 22:23
Compare
Choose a tag to compare

Bug Fix

  • 'window' is not defined Promise exception that occurs when importing ipcMonitor from the Electron Main Process

Release 1.03

16 Jul 18:15
14cf32e
Compare
Choose a tag to compare

Bug Fixes

  • create-monitor.ts selectively imports rxjs/Observable as opposed to importing all of rxjs
  • added more error catching Observables in case a module is getting imported on the wrong process

Release 1.0.1

09 Jul 00:38
a539eea
Compare
Choose a tag to compare

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

07 Jul 23:48
04e3fd1
Compare
Choose a tag to compare

Should be good to use after this release