🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@react-oauth/google

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-oauth/google - npm Package Compare versions

Comparing version

to
0.2.5

LICENSE

2

dist/index.d.ts

@@ -115,3 +115,3 @@ /// <reference types="react" />

/** The lifetime in seconds of the access token. */
expires_in: string;
expires_in: number;
/** The hosted domain the signed-in user belongs to. */

@@ -118,0 +118,0 @@ hd?: string;

{
"name": "@react-oauth/google",
"version": "0.2.4",
"version": "0.2.5",
"description": "Google OAuth2 using Google Identity Services for React 🚀",

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

@@ -128,3 +128,3 @@ # React OAuth2 | Google

### Custom login button (implicit & authorizaion code flow)
### Custom login button (implicit & authorization code flow)

@@ -131,0 +131,0 @@ #### Implicit flow