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

@types/oauth2-server

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/oauth2-server - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

2

oauth2-server/index.d.ts

@@ -242,3 +242,3 @@ // Type definitions for Node OAuth2 Server 3.0

*/
generateAuthorizationCode?(callback?: Callback<string>): Promise<string>;
generateAuthorizationCode?(client: Client, user: User, scope: string, callback?: Callback<string>): Promise<string>;

@@ -245,0 +245,0 @@ /**

{
"name": "@types/oauth2-server",
"version": "3.0.5",
"version": "3.0.6",
"description": "TypeScript definitions for Node OAuth2 Server",

@@ -21,3 +21,3 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -28,4 +28,4 @@ "scripts": {},

},
"typesPublisherContentHash": "579b9fb8766343a6dbfcdc6e3989076bb9f6c35b12df827e63b394d56ebfe166",
"typesPublisherContentHash": "bc33be32a0d422ade7fedf388fba48d7a060dcf932d281467c249b6019e6d3aa",
"typeScriptVersion": "2.2"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/oauth2-server
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/oauth2-server
Additional Details
* Last updated: Wed, 24 Jan 2018 23:12:21 GMT
* Last updated: Sun, 27 May 2018 14:13:13 GMT
* Dependencies: express

@@ -14,0 +14,0 @@ * Global values: none

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