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.85.1 to 5.87.1

2

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

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

@@ -293,9 +293,11 @@ class APIService {

send1to1Message(userArray, reply, ttl, bor, messageID) {
send1to1Message(userArray, reply, ttl, bor, messageID, flags, messagemeta) {
return this.WickrIOAPI.cmdSend1to1Message(
userArray,
reply,
ttl,
bor,
messageID
ttl === undefined ? '' : ttl,
bor === undefined ? '' : bor,
messageID === undefined ? '' : messageID,
flags === undefined ? [] : flags,
messagemeta === undefined ? '' : messagemeta
)

@@ -302,0 +304,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