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.21.4 to 0.21.5

dist/handler-registry.js

8

dist/websocket-connector/websocket-connector.js

@@ -111,9 +111,9 @@ // Generated by LiveScript 1.5.0

WebSocketConnector.prototype._logReceived = function(arg$){
var name, id, responseTo;
name = arg$.name, id = arg$.id, responseTo = arg$.responseTo;
var messageName, id, responseTo;
messageName = arg$.messageName, id = arg$.id, responseTo = arg$.responseTo;
switch (false) {
case !responseTo:
return debug("received message '" + name + "' with id '" + id + "' in response to '" + responseTo + "'");
return debug(" received message '" + messageName + "' with id '" + id + "' in response to '" + responseTo + "'");
default:
return debug("received message '" + name + "' with id '" + id + "'");
return debug("received message '" + messageName + "' with id '" + id + "'");
}

@@ -120,0 +120,0 @@ };

{
"name": "exorelay",
"version": "0.21.4",
"version": "0.21.5",
"author": "Kevin Goslar",
"dependencies": {
"chalk": "1.1.3",
"debug": "2.6.0",
"debug": "2.6.6",
"rails-delegate": "0.6.2",
"uuid": "3.0.1",
"wait": "0.1.0",
"ws": "2.0.2"
"ws": "2.3.1"
},

@@ -19,11 +19,11 @@ "description": "Communication relay between JavaScript code bases and the Exosphere environment",

"dependency-lint": "4.3.1",
"ejs": "2.5.5",
"exocom-mock": "0.21.3",
"ip": "1.1.4",
"ejs": "2.5.6",
"exocom-mock": "0.21.4",
"ip": "1.1.5",
"jsdiff-console": "2.2.1",
"livescript": "1.5.0",
"lodash.isequal": "4.5.0",
"mocha": "3.2.0",
"mocha": "3.3.0",
"mocha-circleci-reporter": "0.0.2",
"o-tools": "0.7.0",
"o-tools": "0.8.47",
"o-tools-livescript": "1.2.3",

@@ -30,0 +30,0 @@ "prelude-ls": "1.1.2",

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