@slack/oauth
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -292,3 +292,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function () { | ||
var errorMessage, _installOptions, shouldProceed, state, url, body, e_1, message; | ||
var errorMessage, _installOptions, _printableOptions, shouldProceed, state, url, body, e_1, message; | ||
return __generator(this, function (_a) { | ||
@@ -303,3 +303,4 @@ switch (_a.label) { | ||
_installOptions = installOptions || this.installUrlOptions; | ||
this.logger.debug("Running handleInstallPath() with ".concat(_installOptions)); | ||
_printableOptions = JSON.stringify(_installOptions); | ||
this.logger.debug("Running handleInstallPath() with ".concat(_printableOptions)); | ||
if (this.stateStore === undefined) { | ||
@@ -306,0 +307,0 @@ throw new errors_1.GenerateInstallUrlError('StateStore is not properly configured'); |
{ | ||
"name": "@slack/oauth", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Official library for interacting with Slack's Oauth endpoints", | ||
@@ -5,0 +5,0 @@ "author": "Slack Technologies, LLC", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
189563
2107