cordova-plugin-googleplus
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -10,3 +10,3 @@ console.log("START Running hook to add iOS Keychain Sharing entitlements (required since iOS 10)"); | ||
module.exports = function (context) { | ||
var Q = context.requireCordovaModule('q'); | ||
var Q = require('q'); | ||
var deferral = new Q.defer(); | ||
@@ -13,0 +13,0 @@ |
console.error("Google Sign-In prerequisites"); | ||
module.exports = function (context) { | ||
var child_process = context.requireCordovaModule('child_process'), | ||
deferral = context.requireCordovaModule('q').defer(); | ||
var child_process = require('child_process'), | ||
deferral = require('q').defer(); | ||
@@ -7,0 +7,0 @@ var output = child_process.exec('npm install', {cwd: __dirname}, |
{ | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"name": "cordova-plugin-googleplus", | ||
@@ -4,0 +4,0 @@ "cordova_name": "Google SignIn", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13822059
9