Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ewdgateway2

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ewdgateway2 - npm Package Compare versions

Comparing version 0.54.8 to 0.54.9

17

ewdLite/www/ewd/chromecast/app.js

@@ -128,9 +128,2 @@ EWD.sockets.log = false;

// Enable tooltips
//$('[data-toggle="tooltip"]').tooltip()
//$('#InfoPanelCloseBtn').click(function(e) {
// $('#InfoPanel').modal('hide');
//});
EWD.getFragment('login.html', 'loginPanel');

@@ -145,12 +138,5 @@ EWD.getFragment('navlist.html', 'navList');

onPageSwap: {
// add handlers that fire after pages are swapped via top nav menu
/* eg:
about: function() {
console.log('"about" menu was selected');
}
*/
},
onFragment: {
// add handlers that fire after fragment contents are loaded into browser

@@ -252,8 +238,5 @@ 'navlist.html': function(messageObj) {

// add handlers that fire after JSON WebSocket messages are received from back-end
loggedIn: function(messageObj) {
toastr.options.target = 'body';
$('#main_Container').show();
$('#mainPageTitle').text('Welcome to the EWD.js Chromecast Demonstration, ' + messageObj.message.name);
}

@@ -260,0 +243,0 @@ }

2

package.json
{ "name": "ewdgateway2",
"description": "Node.js-based EWD Gateway for MongoDB, Cache, GlobalsDB and GT.M: Includes EWD.js",
"version": "0.54.8",
"version": "0.54.9",
"author": "Rob Tweed <rtweed@mgateway.com>",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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