thing-it-device-browser
Advanced tools
Comparing version 2.2.7 to 2.2.9
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
770354