Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/passport-facebook

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/passport-facebook - npm Package Compare versions

Comparing version 2.1.9 to 2.1.10

10

passport-facebook/index.d.ts

@@ -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 @@

8

passport-facebook/package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc