New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/passport-oauth2

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/passport-oauth2 - npm Package Compare versions

Comparing version 1.4.16 to 1.4.17

2

passport-oauth2/index.d.ts

@@ -21,3 +21,3 @@ import { Request } from "express";

userProfile(accessToken: string, done: (err?: Error | null, profile?: any) => void): void;
userProfile(accessToken: string, done: (err?: unknown, profile?: any) => void): void;
authorizationParams(options: any): object;

@@ -24,0 +24,0 @@ tokenParams(options: any): object;

{
"name": "@types/passport-oauth2",
"version": "1.4.16",
"version": "1.4.17",
"description": "TypeScript definitions for passport-oauth2",

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

},
"typesPublisherContentHash": "5de98e6e74c895e09716fec1d7a2503221b0a7591c5cd6b4a6bd3da78d290392",
"typesPublisherContentHash": "94b283b17bf39ac046713ffc9abb86534d3f10dc97b4ba3a8a489a9f554534e4",
"typeScriptVersion": "4.7"
}

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

### Additional Details
* Last updated: Wed, 08 May 2024 05:35:46 GMT
* Last updated: Wed, 29 May 2024 17:07:22 GMT
* Dependencies: [@types/express](https://npmjs.com/package/@types/express), [@types/oauth](https://npmjs.com/package/@types/oauth), [@types/passport](https://npmjs.com/package/@types/passport)

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