Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.2.1 to 1.2.2

4

lib/grant/token.js

@@ -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": [

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