Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@slack/oauth

Package Overview
Dependencies
Maintainers
12
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slack/oauth - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

5

dist/install-provider.js

@@ -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');

2

package.json
{
"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

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