@types/passport-oauth2
Advanced tools
Comparing version 1.4.16 to 1.4.17
@@ -21,3 +21,3 @@ import { Request } from "express"; | ||
userProfile(accessToken: string, done: (err?: Error | null, profile?: any) => void): void; | ||
userProfile(accessToken: string, done: (err?: unknown, profile?: any) => void): void; | ||
authorizationParams(options: any): object; | ||
@@ -24,0 +24,0 @@ tokenParams(options: any): object; |
{ | ||
"name": "@types/passport-oauth2", | ||
"version": "1.4.16", | ||
"version": "1.4.17", | ||
"description": "TypeScript definitions for passport-oauth2", | ||
@@ -52,4 +52,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport-oauth2", | ||
}, | ||
"typesPublisherContentHash": "5de98e6e74c895e09716fec1d7a2503221b0a7591c5cd6b4a6bd3da78d290392", | ||
"typesPublisherContentHash": "94b283b17bf39ac046713ffc9abb86534d3f10dc97b4ba3a8a489a9f554534e4", | ||
"typeScriptVersion": "4.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 08 May 2024 05:35:46 GMT | ||
* Last updated: Wed, 29 May 2024 17:07:22 GMT | ||
* Dependencies: [@types/express](https://npmjs.com/package/@types/express), [@types/oauth](https://npmjs.com/package/@types/oauth), [@types/passport](https://npmjs.com/package/@types/passport) | ||
@@ -14,0 +14,0 @@ |
7790