wickrio-bot-api
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"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) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9611
+ Addedsimple-encryptor@3.0.0(transitive)
- Removedsimple-encryptor@2.0.0(transitive)
Updatedsimple-encryptor@^3.0.0
Updatedwickrio_addon@^5.18.9