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

@types/oauth

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

@types/oauth - npm Package Compare versions

Comparing version 0.9.4 to 0.9.5

8

oauth/index.d.ts

@@ -15,6 +15,6 @@ /// <reference types='node' />

export type oauth2tokenCallback = (
err: { statusCode: number; data?: any },
access_token: string,
refresh_token: string,
result: any,
err: unknown,
access_token?: string,
refresh_token?: string,
result?: any,
) => any;

@@ -21,0 +21,0 @@

{
"name": "@types/oauth",
"version": "0.9.4",
"version": "0.9.5",
"description": "TypeScript definitions for oauth",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/oauth",

},
"typesPublisherContentHash": "b8f6f40406aca62a3f49d5beb6608aa3f7c7d7377a0341316c68044fc3f31e5d",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "a21002dc103c981f4e344edc96f7178bf05615c45994a0aef21ea994390e6ed0",
"typeScriptVersion": "4.7"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Last updated: Wed, 29 May 2024 17:07:22 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -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