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

react-oauth2-code-pkce

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-oauth2-code-pkce - npm Package Compare versions

Comparing version 1.12.2 to 1.12.3

5

dist/AuthContext.js

@@ -79,2 +79,7 @@ "use strict";

setLoginInProgress(true);
if (typeof state !== 'string') {
console.warn(`Passed login state must be of type 'string'. Received '${state}'. Ignoring value...`);
(0, authentication_1.redirectToLogin)(config);
return;
}
(0, authentication_1.redirectToLogin)(config, state);

@@ -81,0 +86,0 @@ }

2

package.json
{
"name": "react-oauth2-code-pkce",
"version": "1.12.2",
"version": "1.12.3",
"description": "Provider agnostic react package for OAuth2 Authorization Code flow with PKCE",

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