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

exorelay

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exorelay - npm Package Compare versions

Comparing version 0.26.1 to 0.26.2

6

dist/message-handler/handler-registry.js

@@ -16,8 +16,8 @@ // Generated by LiveScript 1.5.0

HandlerRegistry.prototype.handleCommand = function(arg$, methods){
var messageName, payload, handler, e;
messageName = arg$.messageName, payload = arg$.payload;
var messageName, payload, activityId, handler, e;
messageName = arg$.messageName, payload = arg$.payload, activityId = arg$.activityId;
if (handler = this.getHandler(messageName)) {
debug("handling message '" + messageName + "'");
try {
handler(payload, methods);
handler(payload, methods, activityId);
} catch (e$) {

@@ -24,0 +24,0 @@ e = e$;

{
"name": "exorelay",
"version": "0.26.1",
"version": "0.26.2",
"author": "Kevin Goslar",

@@ -5,0 +5,0 @@ "dependencies": {

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