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.0.0 to 1.0.1

4

lib/server.js

@@ -125,4 +125,4 @@ /**

Server.prototype.authorize =
Server.prototype.authorization = function(options, validate) {
return authorization(this, options, validate);
Server.prototype.authorization = function(options, validate, immediate) {
return authorization(this, options, validate, immediate);
};

@@ -129,0 +129,0 @@

{
"name": "oauth2orize",
"version": "1.0.0",
"version": "1.0.1",
"description": "OAuth 2.0 authorization server toolkit for Node.js.",

@@ -43,4 +43,4 @@ "keywords": [

"chai": "1.x.x",
"chai-connect-middleware": "0.1.x",
"chai-oauth2orize-grant": "0.1.x"
"chai-connect-middleware": "0.3.x",
"chai-oauth2orize-grant": "0.2.x"
},

@@ -47,0 +47,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

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