New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.1.1 to 2.1.2-develop.1

6

dist/index.es.js

@@ -849,2 +849,5 @@ import React, { useReducer, useRef, useEffect, useLayoutEffect, useContext, useCallback, useState } from 'react';

return getUserInfo().then(function (data) {
if (redirect) {
removeTokenFromUrl();
}
if (!data) {

@@ -854,5 +857,2 @@ setInitializedData(null);

}
if (redirect) {
removeTokenFromUrl();
}
return getAccessToken().then(function (info) {

@@ -859,0 +859,0 @@ var _a;

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

return getUserInfo().then(function (data) {
if (redirect) {
removeTokenFromUrl();
}
if (!data) {

@@ -862,5 +865,2 @@ setInitializedData(null);

}
if (redirect) {
removeTokenFromUrl();
}
return getAccessToken().then(function (info) {

@@ -867,0 +867,0 @@ var _a;

{
"name": "oidc-jwt-client",
"version": "2.1.1",
"version": "2.1.2-develop.1",
"description": "Fetch JWTs for API access from oidc-jwt-provider",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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