Socket
Socket
Sign inDemoInstall

axios-oauth-client

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-oauth-client - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

7

package.json
{
"name": "axios-oauth-client",
"version": "2.0.2",
"version": "2.0.3",
"description": "OAuth 2.0 client utils for axios",

@@ -28,3 +28,6 @@ "author": "Jonathon Hill <jhill9693@gmail.com>",

"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"require": "./dist/index.cjs",
"types": {
"default": "./dist/index.d.ts"
}
}

@@ -31,0 +34,0 @@ },

@@ -66,3 +66,3 @@ # axios-oauth-client

'CLIENT_SECRET'
})
)

@@ -69,0 +69,0 @@ const auth = await getClientCredentials('OPTIONAL_SCOPES')

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