Socket
Socket
Sign inDemoInstall

@types/passport-naver

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/passport-naver - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

27

passport-naver/index.d.ts

@@ -16,8 +16,8 @@ // Type definitions for passport-naver 1.0

_json: {
email: string,
nickname: string,
profile_image: string,
age: number,
birthday: any
id: string
email: string;
nickname: string;
profile_image: string;
age: number;
birthday: any;
id: string;
};

@@ -43,4 +43,15 @@ }

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

@@ -47,0 +58,0 @@ export class Strategy extends passport.Strategy {

{
"name": "@types/passport-naver",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript definitions for passport-naver",

@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport-naver",

},
"typesPublisherContentHash": "cbd1e913861b0f80df2684e5611177b810d78f68a068bbf7a399d5526acc9d50",
"typeScriptVersion": "4.0"
"typesPublisherContentHash": "84b582eab886401b596f1a0b620a0a14b3bf2805e61949a96d6e95b4de3a66c5",
"typeScriptVersion": "4.5"
}

@@ -26,8 +26,8 @@ # Installation

_json: {
email: string,
nickname: string,
profile_image: string,
age: number,
birthday: any
id: string
email: string;
nickname: string;
profile_image: string;
age: number;
birthday: any;
id: string;
};

@@ -53,4 +53,15 @@ }

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

@@ -69,4 +80,4 @@ export class Strategy extends passport.Strategy {

### Additional Details
* Last updated: Wed, 06 Jul 2022 03:32:22 GMT
* Dependencies: [@types/passport](https://npmjs.com/package/@types/passport), [@types/express](https://npmjs.com/package/@types/express)
* Last updated: Sun, 24 Sep 2023 06:37:28 GMT
* Dependencies: [@types/express](https://npmjs.com/package/@types/express), [@types/passport](https://npmjs.com/package/@types/passport)
* Global values: none

@@ -73,0 +84,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