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

cordova-plugin-googleplus

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-googleplus - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

2

package.json
{
"version": "4.0.2",
"version": "4.0.3",
"name": "cordova-plugin-googleplus",

@@ -4,0 +4,0 @@ "cordova_name": "Google+",

@@ -121,4 +121,8 @@ # Google+ Cordova/PhoneGap Plugin

obj.displayName // 'Eddy Verbruggen'
obj.imageUrl // 'http://link-to-my-profilepic.google.com'
obj.idToken
obj.oauthToken
// these are only available on Android at the moment
obj.gender // 'male' (other options are 'female' and 'unknown'
obj.imageUrl // 'http://link-to-my-profilepic.google.com'
obj.givenName // 'Eddy'

@@ -130,4 +134,2 @@ obj.middleName // null (or undefined, depending on the platform)

obj.ageRangeMax // null (or undefined or a number)
obj.idToken
obj.oauthToken
```

@@ -188,2 +190,3 @@

## 8. Changelog
4.0.3: On iOS `isAvailable` always returns try since that should be fine with the new Google SignIn framework. Re-added imageUrl to the result of SignIn on iOS.
4.0.1: Login on Android would crash the app if `isAvailable` was invoked beforehand.

@@ -190,0 +193,0 @@ 4.0.0: Removed the need for `iosApiKey`, reverted Android to Google playservices framework for wider compatibility, documented scopes feature a bit.

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc