New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.87.2 to 5.87.3

src/services/tt

2

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

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

@@ -288,2 +288,50 @@ class APIService {

sendVoiceMemoUserNameFile(
filePath,
attachment,
display,
duration,
ttl,
bor,
messageID,
messageMeta,
message = ''
) {
return this.WickrIOAPI.cmdSendVoiceMemoUserNameFile(
filePath,
attachment,
display,
duration,
ttl,
bor,
messageID,
messageMeta,
message
)
}
sendVoiceMemoUserHashFile(
filePath,
attachment,
display,
duration,
ttl,
bor,
messageID,
messageMeta,
message = ''
) {
return this.WickrIOAPI.cmdSendVoiceMemoUserHashFile(
filePath,
attachment,
display,
duration,
ttl,
bor,
messageID,
messageMeta,
message
)
}
setMessageStatus(messageID, userID, statusNumber, statusMessage) {

@@ -290,0 +338,0 @@ return this.WickrIOAPI.cmdSetMessageStatus(

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