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

thing-it-device-browser

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thing-it-device-browser - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

4

browser.js

@@ -210,3 +210,3 @@ module.exports = {

// send jwt token to client
if (authorizationToken) socket.emit("jwtToken", {jwtToken: authorizationToken});
if (mode == modeEnum.KIOSK && authorizationToken) socket.emit("jwtToken", {jwtToken: authorizationToken});

@@ -360,2 +360,4 @@ // remove client from authenticated clients on disconnect

contentUrl = "/content";
// Insert/render markup into website.

@@ -362,0 +364,0 @@ this.render();

{
"name": "thing-it-device-browser",
"version": "2.3.0",
"version": "2.3.1",
"description": "[thing-it-node] Device Plugin to show a website",

@@ -5,0 +5,0 @@ "authors": "Marvin Erkes",

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