Socket
Socket
Sign inDemoInstall

ewd-client

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ewd-client - npm Package Compare versions

Comparing version 1.16.0 to 1.17.0

8

lib/proto/ewd-client.js

@@ -27,3 +27,3 @@ /*!

26 July 2017
28 July 2017

@@ -274,3 +274,3 @@ Thanks to Ward DeBacker for enhancements to the client functionality

messageObj.token = token;
messageObj.jwt = jwt;
//if (messageObj.type = 'ewd-register') messageObj.jwt = jwt;
socket.emit('ewdjs', messageObj);

@@ -320,3 +320,3 @@ delete messageObj.token;

};
if (jwt) message.jwt = jwt;
//if (jwt) message.jwt = jwt;
}

@@ -336,3 +336,3 @@ else {

socket.on('disconnect', function() {
console.log('*** server has disconnected socket, probably because it shut down');
console.log('*** server has disconnected socket, possibly because it shut down or because token has expired');
EWD.emit('socketDisconnected');

@@ -339,0 +339,0 @@ });

{
"name": "ewd-client",
"version": "1.16.0",
"version": "1.17.0",
"description": "Browser (websocket & HTTP) Client for QEWD applications",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc