admob-google
Advanced tools
| {} |
| /* CSS for website */ |
+32
| # Summary | ||
| * [Home](https://github.com/appfeel/admob-google-cordova/wiki) | ||
| * [Table of contents](https://github.com/appfeel/admob-google-cordova/wiki/Table-of-contents) | ||
| * [Change Log](https://github.com/appfeel/admob-google-cordova/wiki/Change-Log) | ||
| * [Testimonials](https://github.com/appfeel/admob-google-cordova/wiki/Testimonials) | ||
| * [Setup](https://github.com/appfeel/admob-google-cordova/wiki/Setup) | ||
| * [Angular.js, Ionic apps](https://github.com/appfeel/admob-google-cordova/wiki/Angular.js,-Ionic-apps) | ||
| * [Tappx configuration](https://github.com/appfeel/admob-google-cordova/wiki/Tappx-configuration) | ||
| * [Javascript API](https://github.com/appfeel/admob-google-cordova/wiki/Javascript-API) | ||
| * [setOptions](https://github.com/appfeel/admob-google-cordova/wiki/setOptions) | ||
| * Banners | ||
| * [createBannerView](https://github.com/appfeel/admob-google-cordova/wiki/createBannerView) | ||
| * [showBannerAd](https://github.com/appfeel/admob-google-cordova/wiki/showBannerAd) | ||
| * [destroyBannerView](https://github.com/appfeel/admob-google-cordova/wiki/destroyBannerView) | ||
| * Interstitials | ||
| * [requestInterstitialAd](https://github.com/appfeel/admob-google-cordova/wiki/requestInterstitialAd) | ||
| * [showInterstitialAd](https://github.com/appfeel/admob-google-cordova/wiki/showInterstitialAd) | ||
| * In app purchase | ||
| * [recordResolution](https://github.com/appfeel/admob-google-cordova/wiki/recordResolution) | ||
| * [recordPlayBillingResolution](https://github.com/appfeel/admob-google-cordova/wiki/recordPlayBillingResolution) | ||
| * [Events](https://github.com/appfeel/admob-google-cordova/wiki/Events) | ||
| * [onAdLoaded](https://github.com/appfeel/admob-google-cordova/wiki/Events#admobeventsonadloaded) | ||
| * [onAdFailedToLoad](https://github.com/appfeel/admob-google-cordova/wiki/Events#admobeventsonadfailedtoload) | ||
| * [onAdOpened](https://github.com/appfeel/admob-google-cordova/wiki/Events#admobeventsonadopened) | ||
| * [onAdClosed](https://github.com/appfeel/admob-google-cordova/wiki/Events#admobeventsonadclosed) | ||
| * [onAdLeftApplication](https://github.com/appfeel/admob-google-cordova/wiki/Events#admobeventsonadleftapplication) | ||
| * [onInAppPurchaseRequested](https://github.com/appfeel/admob-google-cordova/wiki/Events#admobeventsoninapppurchaserequested) | ||
| * [Complete example code](https://github.com/appfeel/admob-google-cordova/wiki/Complete-example-code) | ||
| * [Contributing](https://github.com/appfeel/admob-google-cordova/wiki/Contributing) | ||
| * [Screenshots](https://github.com/appfeel/admob-google-cordova/wiki/Screenshots) |
+1
-1
@@ -1,1 +0,1 @@ | ||
| {"name":"admob-google","version":"3.2.11","description":"AdMob plugin. Android SDK v7.5, iOS SDK v7.3.1.","cordova":{"id":"admob-google","platforms":["android","ios"]},"repository":{"type":"git","url":"git+https://github.com/appfeel/admob-google-cordova.git"},"keywords":["ad","ads","admob","google","advertising","advertisment","publicity","earn","win","play","services","iad","flurry","monetization","money","appfeel","tappx","ecosystem:cordova","cordova-android","cordova-ios"],"engines":[{"name":"cordova","version":">=4.0.0"}],"author":"AppFeel","license":"MIT","bugs":{"url":"https://github.com/appfeel/admob-google-cordova/issues"},"homepage":"https://github.com/appfeel/admob-google-cordova#readme"} | ||
| {"name":"admob-google","version":"3.2.12","description":"AdMob plugin. Android SDK v7.5, iOS SDK v7.3.1.","cordova":{"id":"admob-google","platforms":["android","ios"]},"repository":{"type":"git","url":"git+https://github.com/appfeel/admob-google-cordova.git"},"keywords":["ad","ads","admob","google","advertising","advertisment","publicity","earn","win","play","services","iad","flurry","monetization","money","appfeel","tappx","ecosystem:cordova","cordova-android","cordova-ios"],"engines":[{"name":"cordova","version":">=4.0.0"}],"author":"AppFeel","license":"MIT","bugs":{"url":"https://github.com/appfeel/admob-google-cordova/issues"},"homepage":"https://github.com/appfeel/admob-google-cordova#readme"} |
+2
-2
| <?xml version="1.0" encoding="UTF-8" ?> | ||
| <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="admob-google" version="3.2.11"> | ||
| <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="admob-google" version="3.2.12"> | ||
| <description>AdMob plugin. Android SDK v7.5, iOS SDK v7.3.1.</description> | ||
@@ -45,3 +45,3 @@ <name>AdMob Google Ads + Tappx</name> | ||
| </config-file--> | ||
| <framework src="com.google.android.gms:play-services:+" /> | ||
| <framework src="com.google.android.gms:play-services-ads:+" /> | ||
@@ -48,0 +48,0 @@ <source-file src="src/android/AdMobAds.java" target-dir="src/com/appfeel/cordova/admob" /> |
+5
-0
@@ -89,4 +89,9 @@ *<p style="font-size: small;" align="right"><a color="#232323;" href>Made in Barcelona with <span color="#FCB">Love</span> and <span color="#BBCCFF">Code</span></a></p>* | ||
| If you don't specify tappxId, no tappx requests will be placed (even if you specify a tappxShare). [See Tappx configuration](https://github.com/appfeel/admob-google-cordova/wiki/Tappx-configuration) for more detailed info. | ||
| :warning: Be sure to only fire on "deviceready" otherwise, the plugin would not work. | ||
| --- | ||
@@ -93,0 +98,0 @@ ## Full documentation ## |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
138913
1.95%18
20%1493
0.07%280
1.82%