Socket
Socket
Sign inDemoInstall

@types/passport

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/passport - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

passport/index.d.ts

@@ -72,4 +72,4 @@ // Type definitions for Passport 1.0

authenticate(strategy: string | string[], callback?: (...args: any[]) => any): AuthenticateRet;
authenticate(strategy: string | string[], options: AuthenticateOptions, callback?: (...args: any[]) => any): AuthenticateRet;
authenticate(strategy: string | string[] | Strategy, callback?: (...args: any[]) => any): AuthenticateRet;
authenticate(strategy: string | string[] | Strategy, options: AuthenticateOptions, callback?: (...args: any[]) => any): AuthenticateRet;
authorize(strategy: string | string[], callback?: (...args: any[]) => any): AuthorizeRet;

@@ -76,0 +76,0 @@ authorize(strategy: string | string[], options: AuthorizeOptions, callback?: (...args: any[]) => any): AuthorizeRet;

{
"name": "@types/passport",
"version": "1.0.3",
"version": "1.0.4",
"description": "TypeScript definitions for Passport",

@@ -54,4 +54,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "06fd770a718c234b156ddd5388edc6cc8b13f569efcece087a6677d110d27724",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "c6bddf32b2238fdb82ad2b78a1d660e5a2b06fb97bb569aeff9a301c210d1e2e",
"typeScriptVersion": "3.0"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 10 Mar 2020 22:51:55 GMT
* Last updated: Mon, 06 Jul 2020 21:38:47 GMT
* Dependencies: [@types/express](https://npmjs.com/package/@types/express)

@@ -14,0 +14,0 @@ * Global values: none

Sorry, the diff of this file is not supported yet

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