@types/passport-azure-ad
Advanced tools
Comparing version 4.0.7 to 4.0.8
@@ -47,3 +47,3 @@ import { Request } from "express"; | ||
/** Only present in v2.0 tokens. The primary username that represents the user. It could be an email address, phone number, or a generic username without a specified format */ | ||
preferred_name?: string; | ||
preferred_username?: string; | ||
/** Provides a human-readable value that identifies the subject of the token. | ||
@@ -50,0 +50,0 @@ * The value is not guaranteed to be unique, it is mutable, and it's designed to be used only for display purposes. The profile scope is required in order to receive this claim. */ |
{ | ||
"name": "@types/passport-azure-ad", | ||
"version": "4.0.7", | ||
"version": "4.0.8", | ||
"description": "TypeScript definitions for passport-azure-ad", | ||
@@ -25,4 +25,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "a04f6bdea58a3f0e54e905baeb31a965a5621cf96472ba4390ddf40a121cb7c6", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "2435c8620a488ca1bbc5f163c5f53c374dfa64e6d4f625fbe705e558199ddb9f", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 23:04:11 GMT | ||
* Last updated: Fri, 22 Jan 2021 00:05:17 GMT | ||
* Dependencies: [@types/express](https://npmjs.com/package/@types/express), [@types/passport](https://npmjs.com/package/@types/passport) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
11765