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.2.7 to 2.2.9

4

browser.js

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

// load token from file
var tokenFilePath = __dirname + "/browser-security-tokens.json";
var tokenFilePath = process.cwd() + "/browser-security-tokens.json";
let tokens = fs.existsSync(tokenFilePath)

@@ -409,3 +409,3 @@ ? JSON.parse(fs.readFileSync(tokenFilePath, "utf8"))

let tokenFilePath = __dirname + "/browser-security-tokens.json";
let tokenFilePath = process.cwd() + "/browser-security-tokens.json";

@@ -412,0 +412,0 @@ let tokens = fs.existsSync(tokenFilePath)

{
"name": "thing-it-device-browser",
"version": "2.2.7",
"version": "2.2.9",
"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