Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/passport-linkedin-oauth2

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/passport-linkedin-oauth2 - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

4

passport-linkedin-oauth2/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc