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.2 to 4.0.16-develop.3

3

dist/cjs/utils/AuthService.js

@@ -28,3 +28,2 @@ 'use strict';

}
console.log(this);
}

@@ -88,6 +87,4 @@ AuthService.prototype.setInitialized = function (isInitialized) {

if (params === void 0) { params = {}; }
console.log(params);
var post_logout_redirect_uri = params.post_logout_redirect_uri || window.location.href;
var query = tslib_es6.__assign(tslib_es6.__assign({}, params), { post_logout_redirect_uri: post_logout_redirect_uri });
console.log(this);
this.resetStorage();

@@ -94,0 +91,0 @@ window.location.href = queryString__default.default.stringifyUrl({ url: "".concat(this.client.url, "/logout"), query: query });

@@ -22,3 +22,2 @@ import { __assign, __awaiter, __generator } from '../node_modules/tslib/tslib.es6.js';

}
console.log(this);
}

@@ -82,6 +81,4 @@ AuthService.prototype.setInitialized = function (isInitialized) {

if (params === void 0) { params = {}; }
console.log(params);
var post_logout_redirect_uri = params.post_logout_redirect_uri || window.location.href;
var query = __assign(__assign({}, params), { post_logout_redirect_uri: post_logout_redirect_uri });
console.log(this);
this.resetStorage();

@@ -88,0 +85,0 @@ window.location.href = queryString.stringifyUrl({ url: "".concat(this.client.url, "/logout"), query: query });

2

package.json
{
"name": "oidc-jwt-client",
"version": "4.0.16-develop.2",
"version": "4.0.16-develop.3",
"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