passport-oneauth
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "passport-oneauth", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Passport strategy for oneauth server", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -29,3 +29,2 @@ import {Strategy as OAuth2Strategy} from 'passport-oauth2' | ||
code: string; | ||
username: string; | ||
name: string; | ||
@@ -47,2 +46,3 @@ batch_id: number; | ||
name: string, | ||
username: string; | ||
email: string, | ||
@@ -49,0 +49,0 @@ role: string, |
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
8