New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hadron-ipc

Package Overview
Dependencies
Maintainers
0
Versions
512
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 0.0.0-next-da7eb234194adb21dc4a89ace09aa0eb0e7b8d7c to 0.0.0-next-daaf1922c05081858f5dcde674d9ea8cf57724ed

16

package.json
{
"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 @@ ```

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