hadron-ipc
Advanced tools
Comparing version 2.6.0 to 2.7.0
@@ -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); |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41270
153
1