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

wickrio-bot-api

Package Overview
Dependencies
Maintainers
2
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 1.0.6 to 1.0.7

2

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

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

@@ -79,3 +79,3 @@ const WickrIOAPI = require('wickrio_addon');

var settings = JSON.parse(fs.readFileSync('package.json'));
//Check if bot supports a user database
//Checks if bot supports a user database saving feature
if (settings.database) {

@@ -190,2 +190,5 @@ var saved = await this.saveData();

if(message.file){
var isVoiceMemo = false;
if(message.file.isvoicememo)
isVoiceMemo = true;
var parsedObj = {

@@ -195,3 +198,4 @@ 'file': message.file.localfilename,

'vgroupid': vGroupID,
'userEmail': sender
'userEmail': sender,
'isVoiceMemo': isVoiceMemo
};

@@ -198,0 +202,0 @@ return parsedObj;

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