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

fetch-mw-oauth2

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-mw-oauth2 - npm Package Compare versions

Comparing version 2.0.10 to 2.0.11

5

package.json
{
"name": "fetch-mw-oauth2",
"version": "2.0.10",
"version": "2.0.11",
"description": "Fetch middleware to add OAuth2 support",

@@ -25,2 +25,5 @@ "main": "dist/index.js",

"homepage": "https://github.com/badgateway/fetch-mw-oauth2#readme",
"engines": {
"node": ">= 14"
},
"devDependencies": {

@@ -27,0 +30,0 @@ "@curveball/bodyparser": "^0.4.14",

@@ -8,3 +8,4 @@ # fetch-mw-oauth2

* 9KB minified.
* 9KB minified (3KB gzipped).
* No dependencies.
* `authorization_code` grant with optional [PKCE][1] support.

@@ -32,3 +33,3 @@ * `password` and `client_credentials` grant.

const client = new Client({
const client = new OAuth2Client({

@@ -35,0 +36,0 @@ // The base URI of your OAuth2 server

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