wickrio-bot-api
Advanced tools
Comparing version 5.59.1 to 5.59.2
{ | ||
"name": "wickrio-bot-api", | ||
"version": "5.59.1", | ||
"version": "5.59.2", | ||
"description": "The official Wickr IO Bot API Framework", | ||
@@ -5,0 +5,0 @@ "main": "src/WickrIOBot.js", |
@@ -199,7 +199,5 @@ const WickrIOAPI = require('wickrio_addon'); | ||
// if the encryption choice value is there and is 'no' then return | ||
if (tokens.DATABASE_ENCRYPTION_CHOICE !== undefined) { | ||
if (tokens.DATABASE_ENCRYPTION_CHOICE.value !== 'yes') { | ||
console.log("WARNING: Configurations are not encrypted"); | ||
return true; | ||
} | ||
if ((tokens.DATABASE_ENCRYPTION_CHOICE === undefined) || (tokens.DATABASE_ENCRYPTION_CHOICE.value !== 'yes')) { | ||
console.log("WARNING: Configurations are not encrypted"); | ||
return true; | ||
} | ||
@@ -206,0 +204,0 @@ |
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
46592
1182