@types/passport-http-bearer
Advanced tools
Comparing version 1.0.33 to 1.0.34
@@ -14,5 +14,5 @@ // Type definitions for passport-http-bearer 1.0.1 | ||
interface IStrategyOptions { | ||
scope: string | Array<string>; | ||
realm: string; | ||
passReqToCallback: boolean; | ||
scope?: string | Array<string>; | ||
realm?: string; | ||
passReqToCallback?: boolean; | ||
} | ||
@@ -19,0 +19,0 @@ interface IVerifyOptions { |
{ | ||
"name": "@types/passport-http-bearer", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"description": "TypeScript definitions for passport-http-bearer", | ||
@@ -14,13 +14,15 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/passport-http-bearer" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/passport": "*", | ||
"@types/express": "*" | ||
"@types/express": "*", | ||
"@types/passport": "*" | ||
}, | ||
"typesPublisherContentHash": "e2967491c5143100d967314618438a6666821d37c3f19be48403ee3f7ba692c1", | ||
"typesPublisherContentHash": "e28c309edbaa379ef66fa9a3e9429b79d3877ad51c375bb1e45703f57987ad80", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,7 +8,7 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/passport-http-bearer | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport-http-bearer | ||
Additional Details | ||
* Last updated: Wed, 09 May 2018 20:54:46 GMT | ||
* Dependencies: passport, express | ||
* Last updated: Mon, 14 Oct 2019 22:31:32 GMT | ||
* Dependencies: @types/passport, @types/express | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
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
3791