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

@types/passport-oauth2

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/passport-oauth2 - npm Package Compare versions

Comparing version 1.4.10 to 1.4.11

20

passport-oauth2/index.d.ts

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

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