Socket
Socket
Sign inDemoInstall

oauth2orize

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oauth2orize - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

4

lib/middleware/authorization.js

@@ -220,4 +220,6 @@ /**

immediate(req.oauth2.client, req.oauth2.user, req.oauth2.req.scope, immediated);
} else { // arity == 3
} else if (arity == 3) {
immediate(req.oauth2.client, req.oauth2.user, immediated);
} else { // arity == 2
immediate(req.oauth2, immediated);
}

@@ -224,0 +226,0 @@ }

@@ -101,4 +101,6 @@ /**

immediate(req.oauth2.client, req.oauth2.user, req.oauth2.req.scope, immediated);
} else { // arity == 3
} else if (arity == 3) {
immediate(req.oauth2.client, req.oauth2.user, immediated);
} else { // arity == 2
immediate(req.oauth2, immediated);
}

@@ -105,0 +107,0 @@ } catch (ex) {

{
"name": "oauth2orize",
"version": "1.9.0",
"version": "1.10.0",
"description": "OAuth 2.0 authorization server toolkit for Node.js.",

@@ -5,0 +5,0 @@ "keywords": [

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