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

@types/passport-http-bearer

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/passport-http-bearer - npm Package Compare versions

Comparing version 1.0.33 to 1.0.34

6

passport-http-bearer/index.d.ts

@@ -14,5 +14,5 @@ // Type definitions for passport-http-bearer 1.0.1

interface IStrategyOptions {
scope: string | Array<string>;
realm: string;
passReqToCallback: boolean;
scope?: string | Array<string>;
realm?: string;
passReqToCallback?: boolean;
}

@@ -19,0 +19,0 @@ interface IVerifyOptions {

{
"name": "@types/passport-http-bearer",
"version": "1.0.33",
"version": "1.0.34",
"description": "TypeScript definitions for passport-http-bearer",

@@ -14,13 +14,15 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/passport-http-bearer"
},
"scripts": {},
"dependencies": {
"@types/passport": "*",
"@types/express": "*"
"@types/express": "*",
"@types/passport": "*"
},
"typesPublisherContentHash": "e2967491c5143100d967314618438a6666821d37c3f19be48403ee3f7ba692c1",
"typesPublisherContentHash": "e28c309edbaa379ef66fa9a3e9429b79d3877ad51c375bb1e45703f57987ad80",
"typeScriptVersion": "2.3"
}

@@ -8,7 +8,7 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/passport-http-bearer
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport-http-bearer
Additional Details
* Last updated: Wed, 09 May 2018 20:54:46 GMT
* Dependencies: passport, express
* Last updated: Mon, 14 Oct 2019 22:31:32 GMT
* Dependencies: @types/passport, @types/express
* Global values: none

@@ -15,0 +15,0 @@

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