Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hadron-ipc

Package Overview
Dependencies
Maintainers
30
Versions
495
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hadron-ipc - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0

6

lib/main.js

@@ -27,2 +27,8 @@ 'use strict';

const browserWindow = BrowserWindow.fromWebContents(event.sender);
// In rare cases when browserWindow is closed/destroyed before we even had a
// chance to get the reference to it from web contents, browserWindow might
// be null here
if (!browserWindow) {
return;
}
const resolve = (result) => {

@@ -29,0 +35,0 @@ debug(`responding with result for ${methodName}`, result);

4

package.json
{
"name": "hadron-ipc",
"description": "Simplified IPC for electron apps.",
"version": "2.6.0",
"version": "2.7.0",
"scripts": {

@@ -43,3 +43,3 @@ "check": "npm run lint && npm run depcheck",

},
"gitHead": "8ef2cccaaab6d84a5fcd633ea8dfc4c7a4db551f"
"gitHead": "77166e3754e36e95c7ff7efb5a0ce5e0990b0ff7"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc