@types/passport-http-bearer
Advanced tools
Comparing version 1.0.31 to 1.0.32
@@ -31,3 +31,3 @@ // Type definitions for passport-http-bearer 1.0.1 | ||
declare class Strategy implements passport.Strategy { | ||
declare class Strategy extends passport.Strategy { | ||
constructor(verify: VerifyFunction); | ||
@@ -38,3 +38,3 @@ constructor(options: IStrategyOptions, verify: VerifyFunction); | ||
name: string; | ||
authenticate: (req: express.Request, options?: Object) => void; | ||
authenticate(req: express.Request, options?: Object): void; | ||
} |
{ | ||
"name": "@types/passport-http-bearer", | ||
"version": "1.0.31", | ||
"version": "1.0.32", | ||
"description": "TypeScript definitions for passport-http-bearer", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "005a199e682c6d186bfd14e21acccb26ba2274e2d5357a1e50ccf919c77cddba", | ||
"typesPublisherContentHash": "c22475b8f35279305b1996880a9c7140c14b9143cb4fca59f44b342737b8918a", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 Oct 2017 18:38:03 GMT | ||
* Last updated: Tue, 03 Apr 2018 20:45:30 GMT | ||
* Dependencies: passport, express | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
3744