hadron-ipc
Advanced tools
Comparing version 0.0.0-next-da7eb234194adb21dc4a89ace09aa0eb0e7b8d7c to 0.0.0-next-daaf1922c05081858f5dcde674d9ea8cf57724ed
{ | ||
"name": "hadron-ipc", | ||
"description": "Simplified IPC for electron apps.", | ||
"version": "0.0.0-next-da7eb234194adb21dc4a89ace09aa0eb0e7b8d7c", | ||
"version": "0.0.0-next-daaf1922c05081858f5dcde674d9ea8cf57724ed", | ||
"author": { | ||
@@ -43,3 +43,3 @@ "name": "MongoDB Inc", | ||
"lint": "npm run eslint . && npm run prettier -- --check .", | ||
"depcheck": "depcheck", | ||
"depcheck": "compass-scripts check-peer-deps && depcheck", | ||
"check": "npm run typecheck && npm run lint && npm run depcheck", | ||
@@ -54,6 +54,6 @@ "check-ci": "npm run check", | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-da7eb234194adb21dc4a89ace09aa0eb0e7b8d7c", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-da7eb234194adb21dc4a89ace09aa0eb0e7b8d7c", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-da7eb234194adb21dc4a89ace09aa0eb0e7b8d7c", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-da7eb234194adb21dc4a89ace09aa0eb0e7b8d7c", | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-daaf1922c05081858f5dcde674d9ea8cf57724ed", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-daaf1922c05081858f5dcde674d9ea8cf57724ed", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-daaf1922c05081858f5dcde674d9ea8cf57724ed", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-daaf1922c05081858f5dcde674d9ea8cf57724ed", | ||
"@types/chai": "^4.2.21", | ||
@@ -74,6 +74,6 @@ "@types/is-electron-renderer": "^2.0.1", | ||
"debug": "^4.3.4", | ||
"electron": "^25.9.8", | ||
"electron": "^30.4.0", | ||
"is-electron-renderer": "^2.0.1" | ||
}, | ||
"gitHead": "da7eb234194adb21dc4a89ace09aa0eb0e7b8d7c" | ||
"gitHead": "daaf1922c05081858f5dcde674d9ea8cf57724ed" | ||
} |
@@ -144,7 +144,5 @@ # hadron-ipc [![npm][npm_img]][npm_url] | ||
const ipc = require('hadron-ipc'); | ||
const app = require('hadron-app'); | ||
global.hadronApp = app; | ||
ipc.on('app:refresh-data', () => | ||
global.hadronApp.appRegistry.emit('refresh-data') | ||
// do something | ||
); | ||
@@ -151,0 +149,0 @@ ``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
65487
169
+ Added@types/node@20.17.16(transitive)
+ Addedelectron@30.5.1(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removed@types/node@18.19.74(transitive)
- Removedelectron@25.9.8(transitive)
- Removedundici-types@5.26.5(transitive)
Updatedelectron@^30.4.0