@types/oauth
Advanced tools
Comparing version 0.9.4 to 0.9.5
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10628