Socket
Socket
Sign inDemoInstall

client-oauth2

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

client-oauth2 - npm Package Compare versions

Comparing version 0.2.6 to 0.3.0

2

client-oauth2.js

@@ -369,3 +369,3 @@ /* global define */

this.tokenType = (data.token_type || 'bearer').toLowerCase()
this.tokenType = data.token_type && data.token_type.toLowerCase()
this.accessToken = data.access_token

@@ -372,0 +372,0 @@ this.refreshToken = data.refresh_token

{
"name": "client-oauth2",
"version": "0.2.6",
"version": "0.3.0",
"description": "Straight-forward library for executing OAuth 2.0 flows and making API requests.",

@@ -5,0 +5,0 @@ "main": "client-oauth2.js",

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