react-oauth2-code-pkce
Advanced tools
Comparing version 1.2.3 to 1.2.4
export { AuthProvider, AuthContext } from "./AuthContext"; | ||
export type { TAuthConfig } from "./Types"; | ||
export type { TAuthConfig, IAuthProvider, IAuthContext } from "./Types"; |
{ | ||
"name": "react-oauth2-code-pkce", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Plug-and-play react package for OAuth2 Authorization Code flow with PKCE", | ||
@@ -13,3 +13,3 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"react": "17.0.2" | ||
"react": "^17.0.2" | ||
}, | ||
@@ -16,0 +16,0 @@ "scripts": { |
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
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
26582