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 0.4.2 to 0.4.3

6

passport/index.d.ts

@@ -7,2 +7,3 @@ // Type definitions for Passport 0.4

// Tomek Łaziuk <https://github.com/tlaziuk>
// Daniel Perez Alvarez <https://github.com/danielpa9708>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -15,3 +16,3 @@ // TypeScript Version: 2.3

authInfo?: any;
user?: any;
user?: User;

@@ -30,2 +31,5 @@ // These declarations are merged into express's Request type

}
interface User {
[_: string]: any;
}
}

@@ -32,0 +36,0 @@ }

9

passport/package.json
{
"name": "@types/passport",
"version": "0.4.2",
"version": "0.4.3",
"description": "TypeScript definitions for Passport",

@@ -26,2 +26,7 @@ "license": "MIT",

"githubUsername": "tlaziuk"
},
{
"name": "Daniel Perez Alvarez",
"url": "https://github.com/danielpa9708",
"githubUsername": "danielpa9708"
}

@@ -38,4 +43,4 @@ ],

},
"typesPublisherContentHash": "bd4ab828d1b554fad1bb047fe2b26b283d64ff9da8054f5fdabbcea8f3d087f1",
"typesPublisherContentHash": "1a7286f289521ca52ae3ceb587cc80eee4b073032e8c45fa2350e50bcff58d80",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Fri, 15 Dec 2017 19:06:41 GMT
* Last updated: Mon, 19 Feb 2018 15:08:56 GMT
* Dependencies: express

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Horiuchi_H <https://github.com/horiuchi>, Eric Naeseth <https://github.com/enaeseth>, Igor Belagorudsky <https://github.com/theigor>, Tomek Łaziuk <https://github.com/tlaziuk>.
These definitions were written by Horiuchi_H <https://github.com/horiuchi>, Eric Naeseth <https://github.com/enaeseth>, Igor Belagorudsky <https://github.com/theigor>, Tomek Łaziuk <https://github.com/tlaziuk>, Daniel Perez Alvarez <https://github.com/danielpa9708>.
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