oauth2orize
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -177,3 +177,5 @@ /** | ||
var arity = issue.length; | ||
if (arity == 4) { | ||
if (arity == 5) { | ||
issue(txn.client, txn.user, txn.res, txn.req, issued); | ||
} else if (arity == 4) { | ||
issue(txn.client, txn.user, txn.res, issued); | ||
@@ -180,0 +182,0 @@ } else { // arity == 3 |
{ | ||
"name": "oauth2orize", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "OAuth 2.0 authorization server toolkit for Node.js.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
80920
1952