@types/passport-oauth2
Advanced tools
Comparing version 1.4.10 to 1.4.11
@@ -69,15 +69,15 @@ // Type definitions for passport-oauth2 1.4 | ||
clientSecret: string; | ||
callbackURL?: string; | ||
customHeaders?: OutgoingHttpHeaders; | ||
scope?: string | string[]; | ||
scopeSeparator?: string; | ||
sessionKey?: string; | ||
store?: StateStore; | ||
callbackURL?: string | undefined; | ||
customHeaders?: OutgoingHttpHeaders | undefined; | ||
scope?: string | string[] | undefined; | ||
scopeSeparator?: string | undefined; | ||
sessionKey?: string | undefined; | ||
store?: StateStore | undefined; | ||
state?: any; | ||
skipUserProfile?: any; | ||
pkce?: boolean; | ||
pkce?: boolean | undefined; | ||
proxy?: any; | ||
} | ||
interface StrategyOptions extends _StrategyOptionsBase { | ||
passReqToCallback?: false; | ||
passReqToCallback?: false | undefined; | ||
} | ||
@@ -94,3 +94,3 @@ interface StrategyOptionsWithRequest extends _StrategyOptionsBase { | ||
code: string; | ||
uri?: string; | ||
uri?: string | undefined; | ||
status: number; | ||
@@ -102,3 +102,3 @@ } | ||
code: string; | ||
uri?: string; | ||
uri?: string | undefined; | ||
status: number; | ||
@@ -105,0 +105,0 @@ } |
{ | ||
"name": "@types/passport-oauth2", | ||
"version": "1.4.10", | ||
"version": "1.4.11", | ||
"description": "TypeScript definitions for passport-oauth2", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport-oauth2", | ||
"license": "MIT", | ||
@@ -46,4 +47,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "42348281062bd3ba3c6a275f97c12cb2ea9bede953a3ff66b1a0e4b813e97922", | ||
"typeScriptVersion": "3.3" | ||
"typesPublisherContentHash": "8292deb6e550442b9ab287dfb78c71ba9066b722f865f2794103c4d6ec047837", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 28 Dec 2020 15:34:10 GMT | ||
* Last updated: Wed, 07 Jul 2021 17:02:27 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 |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
7801
0