@types/oauth
Advanced tools
Comparing version 0.9.0 to 0.9.1
// Type definitions for oauth 0.9 | ||
// Project: https://github.com/ciaranj/node-oauth#readme | ||
// Definitions by: nonAlgebraic <https://github.com/nonAlgebraic> | ||
// Eduardo AC <https://github.com/EduardoAC> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -28,4 +29,4 @@ | ||
err: {statusCode: number, data?: any}, | ||
result: string | Buffer, | ||
response: IncomingMessage | ||
result?: string | Buffer, | ||
response?: IncomingMessage | ||
) => any; | ||
@@ -289,3 +290,3 @@ | ||
access_token: string, | ||
callback: string | ||
callback: dataCallback | ||
): void; | ||
@@ -292,0 +293,0 @@ |
{ | ||
"name": "@types/oauth", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "TypeScript definitions for oauth", | ||
@@ -11,8 +11,14 @@ "license": "MIT", | ||
"githubUsername": "nonAlgebraic" | ||
}, | ||
{ | ||
"name": "Eduardo AC", | ||
"url": "https://github.com/EduardoAC", | ||
"githubUsername": "EduardoAC" | ||
} | ||
], | ||
"main": "", | ||
"types": "", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -23,4 +29,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "a5f48f6d1acabb5bdee6cc3054fac0d0dd0f2af49a546cf571653834908904e1", | ||
"typesPublisherContentHash": "e55c048157d9189d57ef032778b3177d108162b91527f6999341418cf542d255", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/oauth | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/oauth | ||
Additional Details | ||
* Last updated: Tue, 10 Apr 2018 20:48:36 GMT | ||
* Dependencies: http, url, node | ||
* Last updated: Mon, 15 Oct 2018 17:21:48 GMT | ||
* Dependencies: node | ||
* Global values: none | ||
# Credits | ||
These definitions were written by nonAlgebraic <https://github.com/nonAlgebraic>. | ||
These definitions were written by nonAlgebraic <https://github.com/nonAlgebraic>, Eduardo AC <https://github.com/EduardoAC>. |
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
264
10040