@types/passport-facebook
Advanced tools
Comparing version 2.1.9 to 2.1.10
@@ -38,2 +38,12 @@ // Type definitions for passport-facebook 2.1 | ||
profileFields?: string[]; | ||
authorizationURL?: string; | ||
tokenURL?: string; | ||
profileURL?: string; | ||
graphAPIVersion?: string; | ||
display?: 'page' | 'popup' | 'touch'; | ||
authType?: 'reauthenticate'; | ||
authNonce?: string; | ||
} | ||
@@ -40,0 +50,0 @@ |
{ | ||
"name": "@types/passport-facebook", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "TypeScript definitions for passport-facebook", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -31,4 +31,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "13ef8e6124e69c2579413609240daa38114ef7633398c254a77c41fb9c2ac16a", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "1c0163000974b4b28afb9991bbb8a10006698ce1cb60f8648d635c117ffaf1cc", | ||
"typeScriptVersion": "2.9" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for passport-facebook ( https://github.com/jaredhanson/passport-facebook ). | ||
This package contains type definitions for passport-facebook (https://github.com/jaredhanson/passport-facebook). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport-facebook | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport-facebook. | ||
Additional Details | ||
* Last updated: Thu, 11 Apr 2019 22:15:58 GMT | ||
* Dependencies: @types/passport, @types/express | ||
### Additional Details | ||
* Last updated: Wed, 13 May 2020 22:28:47 GMT | ||
* Dependencies: [@types/passport](https://npmjs.com/package/@types/passport), [@types/express](https://npmjs.com/package/@types/express) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by James Roland Cabresos <https://github.com/staticfunction>, Lucas Acosta <https://github.com/lucasmacosta>. | ||
These definitions were written by [James Roland Cabresos](https://github.com/staticfunction), and [Lucas Acosta](https://github.com/lucasmacosta). |
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
4765
52