@types/passport-linkedin-oauth2
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -7,3 +7,3 @@ // Type definitions for passport-linkedin-oauth2 1.5 | ||
import { Profile as passportProfile, AuthenticateOptions, Strategy as passportStrategy } from 'passport'; | ||
import { Profile as passportProfile, AuthenticateOptions as PassportAuthenticateOptions, Strategy as passportStrategy } from 'passport'; | ||
import { Request } from 'express'; | ||
@@ -24,3 +24,3 @@ | ||
export interface AuthenticateOptions extends AuthenticateOptions { | ||
export interface AuthenticateOptions extends PassportAuthenticateOptions { | ||
authType?: string; | ||
@@ -27,0 +27,0 @@ } |
{ | ||
"name": "@types/passport-linkedin-oauth2", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "TypeScript definitions for passport-linkedin-oauth2", | ||
@@ -17,3 +17,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/passport-linkedin-oauth2" | ||
}, | ||
@@ -25,4 +26,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "73f3d1138d0b8b2d02e1acce696211b195bb5f0473e89a00ac2239e84c879000", | ||
"typesPublisherContentHash": "deb54ad07a1b94b754ac6cc0e3dd6cc84467bb522e1308b0c55dc80e8fdefc30", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 25 Dec 2018 05:42:14 GMT | ||
* Last updated: Mon, 30 Sep 2019 19:36:48 GMT | ||
* Dependencies: @types/passport, @types/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
4326