wickrio-example-app
Advanced tools
Comparing version 5.92.1 to 5.92.2
@@ -62,3 +62,3 @@ const fs = require('fs'); | ||
async function inputTokens() { | ||
var tokens = ['DATABASE_ENCRYPTION_KEY']; //Add any tokens(as strings separated by commas) you want to prompt for in the configuration process here | ||
var tokens = []; //Add any tokens(as strings separated by commas) you want to prompt for in the configuration process here | ||
var config = []; | ||
@@ -65,0 +65,0 @@ var i = 0; |
{ | ||
"name": "wickrio-example-app", | ||
"version": "5.92.1", | ||
"version": "5.92.2", | ||
"description": "WickrIO Node.js API example app", | ||
@@ -5,0 +5,0 @@ "main": "example-app.js", |
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
29333