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

simple-oauth2

Package Overview
Dependencies
Maintainers
0
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-oauth2 - npm Package Compare versions

Comparing version 5.0.1 to 5.1.0

3

lib/access-token.js

@@ -51,2 +51,5 @@ 'use strict';

if (response[REFRESH_TOKEN_PROPERTY_NAME] === undefined) {
response.refresh_token = this.refresh_token;
}
return new AccessToken(this.#config, this.#client, response);

@@ -53,0 +56,0 @@ }

2

package.json
{
"name": "simple-oauth2",
"version": "5.0.1",
"version": "5.1.0",
"support": true,

@@ -5,0 +5,0 @@ "description": "Node.js client for OAuth2",

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