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

@aoberoi/passport-slack

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aoberoi/passport-slack - npm Package Compare versions

Comparing version 2.0.0-beta.9 to 2.0.0-beta.10

2

dist/strategy.js

@@ -112,3 +112,3 @@ "use strict";

skipProfilePromise.then((skip) => {
if (!skip && profile !== undefined) {
if (profile === undefined && !skip) {
return slackGet(profileURL, { token: accessToken }, {

@@ -115,0 +115,0 @@ 'X-Slack-User': results.installer_user && results.installer_user.user_id,

{
"name": "@aoberoi/passport-slack",
"version": "2.0.0-beta.9",
"version": "2.0.0-beta.10",
"description": "Slack authentication strategy for Passport",

@@ -5,0 +5,0 @@ "main": "dist/strategy.js",

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