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

passport-google-oauth-token

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-google-oauth-token - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

lib/index.d.ts

@@ -53,5 +53,7 @@ import * as express from 'express';

type VerifyFunction = (accessToken: string, refreshToken: string, profile: Profile, cb: (error: any, user?: any, info?: any) => void) => void;
type VerifyCallback = (error: any, user?: any, info?: any) => void;
type VerifyFunctionWithRequest = (req: express.Request, accessToken: string, refreshToken: string, profile: Profile, cb: (error: any, user?: any, info?: any) => void) => void;
type VerifyFunction = (accessToken: string, refreshToken: string, profile: Profile, cb: VerifyCallback) => void;
type VerifyFunctionWithRequest = (req: express.Request, accessToken: string, refreshToken: string, profile: Profile, cb: VerifyCallback) => void;
}

@@ -58,0 +60,0 @@

{
"name": "passport-google-oauth-token",
"version": "1.0.3",
"version": "1.0.4",
"description": "Google access token authentication strategy for Passport",

@@ -5,0 +5,0 @@ "keywords": [

@@ -53,5 +53,7 @@ import * as express from 'express';

type VerifyFunction = (accessToken: string, refreshToken: string, profile: Profile, cb: (error: any, user?: any, info?: any) => void) => void;
type VerifyCallback = (error: any, user?: any, info?: any) => void;
type VerifyFunctionWithRequest = (req: express.Request, accessToken: string, refreshToken: string, profile: Profile, cb: (error: any, user?: any, info?: any) => void) => void;
type VerifyFunction = (accessToken: string, refreshToken: string, profile: Profile, cb: VerifyCallback) => void;
type VerifyFunctionWithRequest = (req: express.Request, accessToken: string, refreshToken: string, profile: Profile, cb: VerifyCallback) => void;
}

@@ -58,0 +60,0 @@

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