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

oidc-jwt-client

Package Overview
Dependencies
Maintainers
4
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oidc-jwt-client - npm Package Compare versions

Comparing version 4.0.16-develop.1 to 4.0.16-develop.2

2

dist/cjs/utils/AuthService.js

@@ -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

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