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

wickrio-bot-api

Package Overview
Dependencies
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wickrio-bot-api - npm Package Compare versions

Comparing version 5.59.1 to 5.59.2

2

package.json
{
"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 @@

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