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 1.0.2 to 1.0.3

2

dist/strategy.js

@@ -61,3 +61,3 @@ 'use strict';

id: params.bot.bot_user_id,
accessToken: params.bot.access_token
accessToken: params.bot.bot_access_token
};

@@ -64,0 +64,0 @@ }

{
"name": "@aoberoi/passport-slack",
"version": "1.0.2",
"version": "1.0.3",
"description": "Slack authentication strategy for Passport",

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

@@ -30,3 +30,3 @@ import 'babel-polyfill';

id: params.bot.bot_user_id,
accessToken: params.bot.access_token,
accessToken: params.bot.bot_access_token,
};

@@ -33,0 +33,0 @@ }

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