@aoberoi/passport-slack
Advanced tools
Comparing version 2.0.0-beta.10 to 2.0.0-beta.11
@@ -125,3 +125,3 @@ "use strict"; | ||
id: results.installer_user ? results.installer_user.user_id : (profile && profile.user && profile.user.id), | ||
name: profile !== undefined && profile.user !== undefined ? profile.user.id : undefined, | ||
name: profile !== undefined && profile.user !== undefined ? profile.user.name : undefined, | ||
}, | ||
@@ -128,0 +128,0 @@ team: { |
{ | ||
"name": "@aoberoi/passport-slack", | ||
"version": "2.0.0-beta.10", | ||
"version": "2.0.0-beta.11", | ||
"description": "Slack authentication strategy for Passport", | ||
@@ -5,0 +5,0 @@ "main": "dist/strategy.js", |
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
32504