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.0 to 0.9.1

7

oauth/index.d.ts
// 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>.
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