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.1.0 to 1.1.1

5

lib/middleware/decision.js

@@ -103,3 +103,6 @@ /**

res.end = function(chunk, encoding) {
delete req.session[key][tid];
if (req.session[key]) {
delete req.session[key][tid];
}
res.end = end;

@@ -106,0 +109,0 @@ res.end(chunk, encoding);

2

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