Huge News!Announcing our $40M Series B led by Abstract Ventures.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.20.2 to 0.20.3

8

dist/exorelay.js

@@ -11,3 +11,3 @@ // Generated by LiveScript 1.5.0

function ExoRelay(config){
var ref$, ref1$, ref2$, ref3$, x$;
var ref$, ref1$, ref2$, x$;
this.config = config;

@@ -26,5 +26,2 @@ this._sendRoutingConfig = bind$(this, '_sendRoutingConfig', prototype);

}());
((ref3$ = this.config) != null && ref3$.serviceType) || (function(){
throw new Error('Service type not provided to Exorelay');
}());
this.messageHandler = new HandlerManager();

@@ -75,4 +72,3 @@ x$ = this.websocketConnector = new WebSocketConnector(config);

this.send('exocom.register-service', {
clientName: this.config.role,
serviceType: this.config.serviceType
clientName: this.config.role
});

@@ -79,0 +75,0 @@ return this.emit('online', this.websocketConnector.exocomPort);

{
"name": "exorelay",
"version": "0.20.2",
"version": "0.20.3",
"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