@types/passport
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -32,4 +32,4 @@ // Type definitions for Passport 1.0 | ||
logout(): void; | ||
logOut(): void; | ||
logout(done?: (err: any) => void): void; | ||
logOut(done?: (err: any) => void): void; | ||
@@ -36,0 +36,0 @@ isAuthenticated(): this is AuthenticatedRequest; |
{ | ||
"name": "@types/passport", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "TypeScript definitions for Passport", | ||
@@ -55,4 +55,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport", | ||
}, | ||
"typesPublisherContentHash": "66c90f5a97560e6cf1998b940b7a730091c8393a46139b2e8f64daef70cd86fb", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "83204038ef81b3c8f112ba4e568c6e41ecbbd252b77986ee7c31482ced278cda", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 17:02:25 GMT | ||
* Last updated: Wed, 01 Jun 2022 19:31:38 GMT | ||
* Dependencies: [@types/express](https://npmjs.com/package/@types/express) | ||
@@ -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
11544