@types/passport-oauth2-client-password
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -25,3 +25,3 @@ // Type definitions for passport-oauth2-client-password 0.1.2 | ||
declare class Strategy implements passport.Strategy { | ||
declare class Strategy extends passport.Strategy { | ||
constructor(options: StrategyOptionsWithRequestInterface, verify: VerifyFunctionWithRequest); | ||
@@ -31,3 +31,3 @@ constructor(verify: VerifyFunction); | ||
name: string; | ||
authenticate: (req: express.Request, options?: {}) => void; | ||
authenticate(req: express.Request, options?: {}): void; | ||
} |
{ | ||
"name": "@types/passport-oauth2-client-password", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "TypeScript definitions for passport-oauth2-client-password", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "326db5e751680eacbb12ecfa2844ce0ec5771276b47d3bd6b4bd6796447dcc67", | ||
"typesPublisherContentHash": "e90319edcf63d9db5e11ac800cfae72b333b3dc97664d0fafd7c3b550a1565ce", | ||
"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
3665