@types/passport-oauth2
Advanced tools
Comparing version 1.4.8 to 1.4.9
@@ -7,2 +7,3 @@ // Type definitions for passport-oauth2 1.4 | ||
// Ivan Fernandes <https://github.com/ivan94> | ||
// Daphne Smit <https://github.com/daphnesmit> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -76,2 +77,5 @@ // TypeScript Version: 2.3 | ||
state?: any; | ||
skipUserProfile?: any; | ||
pkce?: boolean; | ||
proxy?: any; | ||
} | ||
@@ -78,0 +82,0 @@ interface StrategyOptions extends _StrategyOptionsBase { |
{ | ||
"name": "@types/passport-oauth2", | ||
"version": "1.4.8", | ||
"version": "1.4.9", | ||
"description": "TypeScript definitions for passport-oauth2", | ||
@@ -26,9 +26,15 @@ "license": "MIT", | ||
"githubUsername": "ivan94" | ||
}, | ||
{ | ||
"name": "Daphne Smit", | ||
"url": "https://github.com/daphnesmit", | ||
"githubUsername": "daphnesmit" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/passport-oauth2" | ||
}, | ||
@@ -41,4 +47,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "d420baea9f276924e05b9e9d1c2481562b7f372d3688a6f497ce8472b202a5aa", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "58fdca6167f3ea9a3246c6b1620dd87e70ec03855c1ec130087957991f6d6881", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport-oauth2 | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport-oauth2. | ||
Additional Details | ||
* Last updated: Mon, 10 Dec 2018 23:45:30 GMT | ||
* Dependencies: @types/express, @types/passport, @types/oauth | ||
### Additional Details | ||
* Last updated: Mon, 06 Apr 2020 20:24:14 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) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Pasi Eronen <https://github.com/pasieronen>, Wang Zishi <https://github.com/WangZishi>, Eduardo AC <https://github.com/EduardoAC>, Ivan Fernandes <https://github.com/ivan94>. | ||
These definitions were written by [Pasi Eronen](https://github.com/pasieronen), [Wang Zishi](https://github.com/WangZishi), [Eduardo AC](https://github.com/EduardoAC), [Ivan Fernandes](https://github.com/ivan94), and [Daphne Smit](https://github.com/daphnesmit). |
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
7612
92