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.1 to 1.0.2

2

dist/strategy.js

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

var team = {
id: params.team.id
id: params.team_id
};

@@ -56,0 +56,0 @@ if (params.team_name) team.name = params.team_name;

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

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

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

const team = {
id: params.team.id,
id: params.team_id,
};

@@ -25,0 +25,0 @@ if (params.team_name) team.name = params.team_name;

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