simple-oauth2
Advanced tools
Comparing version 5.0.1 to 5.1.0
@@ -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 @@ } |
{ | ||
"name": "simple-oauth2", | ||
"version": "5.0.1", | ||
"version": "5.1.0", | ||
"support": true, | ||
@@ -5,0 +5,0 @@ "description": "Node.js client for OAuth2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32697
570