New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 5.0.2 to 5.1.0

hooks/ios/install_entitlements.js

5

package.json
{
"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"
}
]
}

1

README.md

@@ -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

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