cordova-plugin-googleplus
Advanced tools
Comparing version 5.0.2 to 5.1.0
{ | ||
"version": "5.0.2", | ||
"version": "5.1.0", | ||
"name": "cordova-plugin-googleplus", | ||
@@ -12,2 +12,3 @@ "cordova_name": "Google SignIn", | ||
"Google SignIn", | ||
"Google Sign In", | ||
"GoogleSignIn", | ||
@@ -31,5 +32,5 @@ "Google Login", | ||
"name": "cordova", | ||
"version": ">=3.3.0" | ||
"version": ">=3.5.0" | ||
} | ||
] | ||
} |
@@ -277,2 +277,3 @@ # Google Sign-In Cordova/PhoneGap Plugin | ||
## 10. Changelog | ||
- 5.0.3: Added the convenience method `getSigningCertificateFingerprint` to retrieve the Android cert fingerprint which is required in the Google Developer Console. | ||
- 5.0.2: Require linking against `SafariServices` and `CoreText` frameworks on iOS as per Google's recommendation. Added `loginHint` on iOS. | ||
@@ -279,0 +280,0 @@ - 5.0.0: Android GoogleSignIn SDK (See #193), iOS SDK 4.0.0, iOS compatibility with Facebook authentication plugins, added `familyName` and `givenName`. |
@@ -24,2 +24,6 @@ function GooglePlus() { | ||
GooglePlus.prototype.getSigningCertificateFingerprint = function (successCallback, errorCallback) { | ||
cordova.exec(successCallback, errorCallback, "GooglePlus", "getSigningCertificateFingerprint", []); | ||
}; | ||
GooglePlus.install = function () { | ||
@@ -26,0 +30,0 @@ if (!window.plugins) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
414
291
13799091
28
2