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.2.32 to 0.2.33

7

passport/index.d.ts

@@ -30,2 +30,3 @@ // Type definitions for Passport v0.2.0

namespace passport {
interface Passport {

@@ -51,6 +52,3 @@ use(strategy: passport.Strategy): Passport;

}
const passport: Passport;
export = passport;
namespace passport {
interface Strategy {

@@ -65,2 +63,3 @@ name?: string;

displayName: string;
username?: string;
name?: {

@@ -87,2 +86,4 @@ familyName: string;

const passport: passport.Passport;
export = passport;
}
{
"name": "@types/passport",
"version": "0.2.32",
"version": "0.2.33",
"description": "TypeScript definitions for Passport v0.2.0",

@@ -18,3 +18,3 @@ "license": "MIT",

"typings": "index.d.ts",
"typesPublisherContentHash": "f4fba0e649b7e17b65a1e95e001e45fe9efc192f49528ea4fc742415528ec7a8"
"typesPublisherContentHash": "301ab98ded9baff51f4b5f22c598ccd2441071bb669a85d3488006753fa79d74"
}

@@ -11,6 +11,6 @@ # Installation

Additional Details
* Last updated: Wed, 05 Oct 2016 20:53:36 GMT
* File structure: OldUMD
* Last updated: Wed, 26 Oct 2016 19:23:29 GMT
* File structure: ModuleAugmentation
* Library Dependencies: express
* Module Dependencies: none
* Module Dependencies: express
* Global values: none

@@ -17,0 +17,0 @@

@@ -7,3 +7,5 @@ {

],
"moduleDependencies": [],
"moduleDependencies": [
"express"
],
"libraryMajorVersion": "0",

@@ -16,3 +18,3 @@ "libraryMinorVersion": "2",

"sourceBranch": "types-2.0",
"kind": "OldUMD",
"kind": "ModuleAugmentation",
"globals": [],

@@ -26,3 +28,3 @@ "declaredModules": [

"hasPackageJson": false,
"contentHash": "f4fba0e649b7e17b65a1e95e001e45fe9efc192f49528ea4fc742415528ec7a8"
"contentHash": "301ab98ded9baff51f4b5f22c598ccd2441071bb669a85d3488006753fa79d74"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc