react-oauth2-code-pkce
Advanced tools
Comparing version 1.2.2-b to 1.2.2-c
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -109,3 +113,4 @@ if (k2 === undefined) k2 = k; | ||
else { | ||
refreshAccessToken(); // Check if token should be updated and sets tokenData | ||
setTokenData((0, authentication_1.decodeToken)(token)); | ||
refreshAccessToken(); // Check if token should be updated | ||
} | ||
@@ -112,0 +117,0 @@ }, []); |
{ | ||
"name": "react-oauth2-code-pkce", | ||
"version": "1.2.2b", | ||
"version": "1.2.2c", | ||
"description": "Plug-and-play react package for OAuth2 Authorization Code flow with PKCE", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
26325
476