@types/passport-oauth2
Advanced tools
Comparing version 1.4.9 to 1.4.10
@@ -55,3 +55,3 @@ // Type definitions for passport-oauth2 1.4 | ||
type VerifyCallback = (err?: Error | null, user?: object, info?: object) => void; | ||
type VerifyCallback = (err?: Error | null, user?: Express.User, info?: object) => void; | ||
@@ -58,0 +58,0 @@ type VerifyFunction = |
{ | ||
"name": "@types/passport-oauth2", | ||
"version": "1.4.9", | ||
"version": "1.4.10", | ||
"description": "TypeScript definitions for passport-oauth2", | ||
@@ -46,4 +46,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "58fdca6167f3ea9a3246c6b1620dd87e70ec03855c1ec130087957991f6d6881", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "42348281062bd3ba3c6a275f97c12cb2ea9bede953a3ff66b1a0e4b813e97922", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 06 Apr 2020 20:24:14 GMT | ||
* Last updated: Mon, 28 Dec 2020 15:34:10 GMT | ||
* Dependencies: [@types/express](https://npmjs.com/package/@types/express), [@types/passport](https://npmjs.com/package/@types/passport), [@types/oauth](https://npmjs.com/package/@types/oauth) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
7577