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.4 to 1.0.5

2

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

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

@@ -188,2 +188,11 @@ const WickrIOAPI = require('wickrio_addon');

var vGroupID = message.vgroupid;
if(message.file){
var parsedObj = {
'file': message.file.localfilename,
'filename': message.file.filename,
'vgroupid': vGroupID,
'userEmail': sender
};
return parsedObj;
}
var request = message.message;

@@ -190,0 +199,0 @@ var command = '',

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