@types/passport-local
Advanced tools
Comparing version 1.0.30 to 1.0.31
@@ -10,3 +10,3 @@ // Type definitions for passport-local 1.0.0 | ||
import passport = require('passport'); | ||
import { Strategy as PassportStrategy } from 'passport-strategy'; | ||
import express = require('express'); | ||
@@ -38,3 +38,3 @@ | ||
declare class Strategy implements passport.Strategy { | ||
declare class Strategy extends PassportStrategy { | ||
constructor(options: IStrategyOptionsWithRequest, verify: VerifyFunctionWithRequest); | ||
@@ -45,3 +45,2 @@ constructor(options: IStrategyOptions, verify: VerifyFunction); | ||
name: string; | ||
authenticate: (req: express.Request, options?: Object) => void; | ||
} |
{ | ||
"name": "@types/passport-local", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"description": "TypeScript definitions for passport-local", | ||
@@ -9,3 +9,4 @@ "license": "MIT", | ||
"name": "Maxime LUCE", | ||
"url": "https://github.com/SomaticIT" | ||
"url": "https://github.com/SomaticIT", | ||
"githubUsername": "SomaticIT" | ||
} | ||
@@ -20,8 +21,8 @@ ], | ||
"dependencies": { | ||
"@types/passport": "*", | ||
"@types/express": "*" | ||
"@types/passport-strategy": "*", | ||
"@types/express": "*", | ||
"@types/passport": "*" | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "187671ba4a6eee5f426bee4229bf887e88380621f3fdc8b1242e56d57942aff5", | ||
"typesPublisherContentHash": "121213a5b074b713951f24d207e37274fc401ef0951cedfaf8bf2492604938d6", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 18 Apr 2017 15:11:46 GMT | ||
* Dependencies: passport, express | ||
* Last updated: Thu, 07 Sep 2017 22:03:13 GMT | ||
* Dependencies: passport-strategy, express, passport | ||
* 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
3729
3
32
+ Added@types/passport-strategy@*
+ Added@types/passport-strategy@0.2.38(transitive)