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 5.1.0 to 5.1.1

7

hooks/ios/install_entitlements.js

@@ -42,3 +42,8 @@ console.log("START Running hook to add iOS Keychain Sharing entitlements (required since iOS 10)");

var destFile = path.join(iosFolder, projName, 'Resources', projName + '.entitlements');
var destFolder = path.join(iosFolder, projName, 'Resources');
if (!fs.existsSync(destFolder)) {
fs.mkdirSync(destFolder);
}
var destFile = path.join(destFolder, projName + '.entitlements');
if (fs.existsSync(destFile)) {

@@ -45,0 +50,0 @@ console.error("File exists, not doing anything: " + destFile);

2

package.json
{
"version": "5.1.0",
"version": "5.1.1",
"name": "cordova-plugin-googleplus",

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

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