oidc-jwt-client
Advanced tools
Comparing version 4.0.16-develop.1 to 4.0.16-develop.2
@@ -205,3 +205,3 @@ 'use strict'; | ||
var _this = this; | ||
var accessTokenCache = this.fetchJsonWithAuth('/token').then(function (result) { return _this.fetchAccessTokenSuccess(result, fetchedAt); }, this.fetchAccessTokenError); | ||
var accessTokenCache = this.fetchJsonWithAuth('/token').then(function (result) { return _this.fetchAccessTokenSuccess(result, fetchedAt); }, function (err) { return _this.fetchAccessTokenError(err); }); | ||
this.cache.accessTokenCache = accessTokenCache; | ||
@@ -208,0 +208,0 @@ return this.cache.accessTokenCache.then(function (result) { return result.value; }); |
@@ -199,3 +199,3 @@ import { __assign, __awaiter, __generator } from '../node_modules/tslib/tslib.es6.js'; | ||
var _this = this; | ||
var accessTokenCache = this.fetchJsonWithAuth('/token').then(function (result) { return _this.fetchAccessTokenSuccess(result, fetchedAt); }, this.fetchAccessTokenError); | ||
var accessTokenCache = this.fetchJsonWithAuth('/token').then(function (result) { return _this.fetchAccessTokenSuccess(result, fetchedAt); }, function (err) { return _this.fetchAccessTokenError(err); }); | ||
this.cache.accessTokenCache = accessTokenCache; | ||
@@ -202,0 +202,0 @@ return this.cache.accessTokenCache.then(function (result) { return result.value; }); |
{ | ||
"name": "oidc-jwt-client", | ||
"version": "4.0.16-develop.1", | ||
"version": "4.0.16-develop.2", | ||
"description": "Fetch JWTs for API access from oidc-jwt-provider", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
168688
2