Socket
Socket
Sign inDemoInstall

react-native-google-sign-in

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.12 to 0.0.13

2

package.json
{
"name": "react-native-google-sign-in",
"version": "0.0.12",
"version": "0.0.13",
"description": "React Native Wrapper for Google Sign-In OAuth SDK / API",

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -10,3 +10,3 @@ # React Native Wrapper for Latest Google Sign-In SDK

See [Tested Environments](#tested-environments).
Tested with React Native 0.39 and 0.40. Also, see [Tested Environments](#tested-environments).
Let me know if some instructions are missing.

@@ -164,3 +164,9 @@

// Whether to request server auth code. Make sure to provide `serverClientID`.
// https://developers.google.com/android/reference/com/google/android/gms/auth/api/signin/GoogleSignInOptions.Builder.html#requestServerAuthCode(java.lang.String, boolean)
offlineAccess: boolean,
// Android
// Whether to force code for refresh token.
// https://developers.google.com/android/reference/com/google/android/gms/auth/api/signin/GoogleSignInOptions.Builder.html#requestServerAuthCode(java.lang.String, boolean)
forceCodeForRefreshToken: boolean,

@@ -167,0 +173,0 @@ // iOS

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc