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

@axa-fr/react-oidc

Package Overview
Dependencies
Maintainers
6
Versions
433
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axa-fr/react-oidc - npm Package Compare versions

Comparing version 5.7.7 to 5.7.8

2

dist/vanilla/oidc.js

@@ -85,3 +85,3 @@ "use strict";

try {
if (!accessToken || countLetter(accessToken, '.') === 2) {
if (!accessToken || countLetter(accessToken, '.') != 2) {
return null;

@@ -88,0 +88,0 @@ }

{
"name": "@axa-fr/react-oidc",
"version": "5.7.7",
"version": "5.7.8",
"private": false,

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

@@ -48,3 +48,3 @@ import {

try{
if (!accessToken || countLetter(accessToken,'.') === 2) {
if (!accessToken || countLetter(accessToken,'.') != 2) {
return null;

@@ -613,2 +613,2 @@ }

export default Oidc;
export default Oidc;

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