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

@types/passport-oauth2-client-password

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/passport-oauth2-client-password - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

passport-oauth2-client-password/index.d.ts

@@ -25,3 +25,3 @@ // Type definitions for passport-oauth2-client-password 0.1.2

declare class Strategy implements passport.Strategy {
declare class Strategy extends passport.Strategy {
constructor(options: StrategyOptionsWithRequestInterface, verify: VerifyFunctionWithRequest);

@@ -31,3 +31,3 @@ constructor(verify: VerifyFunction);

name: string;
authenticate: (req: express.Request, options?: {}) => void;
authenticate(req: express.Request, options?: {}): void;
}
{
"name": "@types/passport-oauth2-client-password",
"version": "0.1.1",
"version": "0.1.2",
"description": "TypeScript definitions for passport-oauth2-client-password",

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

},
"typesPublisherContentHash": "326db5e751680eacbb12ecfa2844ce0ec5771276b47d3bd6b4bd6796447dcc67",
"typesPublisherContentHash": "e90319edcf63d9db5e11ac800cfae72b333b3dc97664d0fafd7c3b550a1565ce",
"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