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.5.0 to 1.5.1

1

lib/grant/code.js

@@ -95,2 +95,3 @@ /**

if (!clientID) { throw new AuthorizationError('Missing required parameter: client_id', 'invalid_request'); }
if (typeof clientID !== 'string') { throw new AuthorizationError('Invalid parameter: client_id must be a string', 'invalid_request'); }

@@ -97,0 +98,0 @@ if (scope) {

@@ -95,2 +95,3 @@ /**

if (!clientID) { throw new AuthorizationError('Missing required parameter: client_id', 'invalid_request'); }
if (typeof clientID !== 'string') { throw new AuthorizationError('Invalid parameter: client_id must be a string', 'invalid_request'); }

@@ -97,0 +98,0 @@ if (scope) {

2

package.json
{
"name": "oauth2orize",
"version": "1.5.0",
"version": "1.5.1",
"description": "OAuth 2.0 authorization server toolkit for Node.js.",

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

@@ -179,3 +179,3 @@ # OAuth2orize

This [example](https://github.com/jaredhanson/oauth2orize/tree/master/examples/express2) demonstrates
This [example](https://github.com/gerges-beshay/oauth2orize-examples) demonstrates
how to implement an OAuth service provider, complete with protected API access.

@@ -182,0 +182,0 @@

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