New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cordova-play-services-version-adapter

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-play-services-version-adapter - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "cordova-play-services-version-adapter",
"version": "1.0.1",
"version": "1.0.2",
"description": "Cordova/Ionic Google Play Services Versions Incompatibility Adapter",

@@ -5,0 +5,0 @@ "cordova": {

@@ -190,5 +190,9 @@ #!/usr/bin/env node

deferral = ctx.requireCordovaModule('q').defer();
if (ctx.cmdLine.indexOf('platform add') === -1) {
isCompatLib = ctx.opts.cordova.plugins.find(p => ['com.admob.google', 'tappx-phonegap','tappx-phonegap-wiki','admob.ads.google','admob.google.plugin','com.admob.admobads','admob-google-demo','admob-google-public_html','admob-google-wiki','cordova-admob','admob-google-xdk','admob-phonegap-build-demo'].indexOf(p) > -1);
attempt(run)();
if (ctx.opts.cordova.platforms && ctx.opts.cordova.platforms.indexOf('android') > -1) {
if (ctx.cmdLine.indexOf('platform add') === -1) {
isCompatLib = ctx.opts.cordova.plugins.find(p => ['com.admob.google', 'tappx-phonegap', 'tappx-phonegap-wiki', 'admob.ads.google', 'admob.google.plugin', 'com.admob.admobads', 'admob-google-demo', 'admob-google-public_html', 'admob-google-wiki', 'cordova-admob', 'admob-google-xdk', 'admob-phonegap-build-demo'].indexOf(p) > -1);
attempt(run)();
} else {
deferral.resolve();
}
} else {

@@ -195,0 +199,0 @@ deferral.resolve();

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