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.4.0 to 1.4.1

4

lib/middleware/resume.js

@@ -24,2 +24,6 @@ /**

req.oauth2.user = req[userProperty];
if (res.locals) {
req.oauth2.locals = req.oauth2.locals || {};
utils.merge(req.oauth2.locals, res.locals);
}

@@ -26,0 +30,0 @@ function immediated(err, allow, info, locals) {

2

package.json
{
"name": "oauth2orize",
"version": "1.4.0",
"version": "1.4.1",
"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