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

exorelay

Package Overview
Dependencies
Maintainers
1
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.8.0 to 0.9.0

lib/delegate.js

7

lib/exorelay.js

@@ -16,7 +16,8 @@ // Generated by LiveScript 1.4.0

? arg$
: {
exocommPort: 3010
}).exocommPort;
: {}).exocommPort;
this._onIncomingCommand = bind$(this, '_onIncomingCommand', prototype);
this.send = bind$(this, 'send', prototype);
exocommPort || (function(){
throw new Error('exocommPort not provided');
}());
this.commandHandler = new HandlerManager();

@@ -23,0 +24,0 @@ this.commandSender = new CommandSender({

{
"name": "exorelay",
"version": "0.8.0",
"version": "0.9.0",
"description": "Communication relay between JavaScript code bases and the Exosphere environment",

@@ -43,4 +43,4 @@ "main": "lib/exorelay.js",

"nitroglycerin": "^1.0.3",
"portfinder": "^0.4.0",
"record-http": "^0.4.0",
"portfinder": "^1.0.0",
"record-http": "^0.5.1",
"sinon": "^1.17.2",

@@ -47,0 +47,0 @@ "wait": "^0.1.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