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.2 to 1.0.3

6

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

@@ -8,4 +8,4 @@ "main": "WickrIOBot.js",

"fs": "0.0.2",
"simple-encryptor": "^2.0.0",
"wickrio_addon": "^5.12.9"
"simple-encryptor": "^3.0.0",
"wickrio_addon": "^5.18.9"
},

@@ -12,0 +12,0 @@ "scripts": {

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

if (settings.database) {
var saved = this.saveData();
var saved = await this.saveData();
}

@@ -84,0 +84,0 @@ return new Promise(function(resolve, reject) {

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