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

partner

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

partner - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

9

index.js

@@ -178,4 +178,9 @@ // Generated by CoffeeScript 1.7.1

};
globalEvent.handle = function(cb) {
return masterHandler = cb;
globalEvent.handle = function(message, data, response) {
if (typeof message === "function") {
return masterHandler = message;
}
return masterHandler != null ? masterHandler.call(globalEvent, message, data, function(error, data) {
return response != null ? response.call(globalEvent, message, error, data) : void 0;
}) : void 0;
};

@@ -182,0 +187,0 @@ globalEvent.send = function(message, data, sendHandle) {

{
"name": "partner",
"version": "0.5.4",
"version": "0.5.5",
"description": "Child process management. Support to create, manage, interact between child process.",

@@ -5,0 +5,0 @@ "email": "tangkhaiphuong@gmail.com",

Sorry, the diff of this file is not supported yet

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