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.31 to 1.0.32

4

passport-http-bearer/index.d.ts

@@ -31,3 +31,3 @@ // Type definitions for passport-http-bearer 1.0.1

declare class Strategy implements passport.Strategy {
declare class Strategy extends passport.Strategy {
constructor(verify: VerifyFunction);

@@ -38,3 +38,3 @@ constructor(options: IStrategyOptions, verify: VerifyFunction);

name: string;
authenticate: (req: express.Request, options?: Object) => void;
authenticate(req: express.Request, options?: Object): void;
}
{
"name": "@types/passport-http-bearer",
"version": "1.0.31",
"version": "1.0.32",
"description": "TypeScript definitions for passport-http-bearer",

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

},
"typesPublisherContentHash": "005a199e682c6d186bfd14e21acccb26ba2274e2d5357a1e50ccf919c77cddba",
"typesPublisherContentHash": "c22475b8f35279305b1996880a9c7140c14b9143cb4fca59f44b342737b8918a",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Wed, 25 Oct 2017 18:38:03 GMT
* Last updated: Tue, 03 Apr 2018 20:45:30 GMT
* Dependencies: passport, 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