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.82.3 to 5.82.4

2

package.json
{
"name": "wickrio-bot-api",
"version": "5.82.3",
"version": "5.82.4",
"description": "The official Wickr IO Bot API Framework",

@@ -5,0 +5,0 @@ "main": "src/WickrIOBot.js",

@@ -146,4 +146,6 @@ const WickrIOAPI = require('wickrio_addon')

let administrators
if (tokens.ADMINISTRATORS_CHOICE && tokens.ADMINISTRATORS_CHOICE.value === 'yes' &&
tokens.ADMINISTRATORS && tokens.ADMINISTRATORS.value) {
if (
(!tokens.ADMINISTRATORS_CHOICE || (tokens.ADMINISTRATORS_CHOICE && tokens.ADMINISTRATORS_CHOICE.value === 'yes')) &&
tokens.ADMINISTRATORS && tokens.ADMINISTRATORS.value
) {
if (tokens.ADMINISTRATORS.encrypted) {

@@ -150,0 +152,0 @@ administrators = WickrIOAPI.cmdDecryptString(

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