Socket
Socket
Sign inDemoInstall

@capacitor-community/admob

Package Overview
Dependencies
Maintainers
33
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor-community/admob - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

android/src/main/java/com/getcapacitor/community/admob/banner/BannerAdSizeEnum.kt

21

dist/docs.json

@@ -1117,2 +1117,8 @@ {

{
"name": "MEDIUM_RECTANGLE",
"value": "'MEDIUM_RECTANGLE'",
"tags": [],
"docs": "Interactive Advertising Bureau (IAB)\r\nmedium rectangle ad size (300x250 density-independent pixels)."
},
{
"name": "LEADERBOARD",

@@ -1124,8 +1130,2 @@ "value": "'LEADERBOARD'",

{
"name": "MEDIUM_RECTANGLE",
"value": "'MEDIUM_RECTANGLE'",
"tags": [],
"docs": "Interactive Advertising Bureau (IAB)\r\nmedium rectangle ad size (300x250 density-independent pixels)."
},
{
"name": "ADAPTIVE_BANNER",

@@ -1139,4 +1139,9 @@ "value": "'ADAPTIVE_BANNER'",

"value": "'SMART_BANNER'",
"tags": [],
"docs": "Screen width x 32|50|90"
"tags": [
{
"text": "Will be removed in next AdMob versions use `ADAPTIVE_BANNER`\r\nScreen width x 32|50|90",
"name": "deprecated"
}
],
"docs": ""
}

@@ -1143,0 +1148,0 @@ ]

@@ -24,10 +24,10 @@ /**

* Interactive Advertising Bureau (IAB)
* leaderboard ad size (728x90 density-independent pixels).
* medium rectangle ad size (300x250 density-independent pixels).
*/
LEADERBOARD = "LEADERBOARD",
MEDIUM_RECTANGLE = "MEDIUM_RECTANGLE",
/**
* Interactive Advertising Bureau (IAB)
* medium rectangle ad size (300x250 density-independent pixels).
* leaderboard ad size (728x90 density-independent pixels).
*/
MEDIUM_RECTANGLE = "MEDIUM_RECTANGLE",
LEADERBOARD = "LEADERBOARD",
/**

@@ -38,2 +38,4 @@ * A dynamically sized banner that is full-width and auto-height.

/**
* @deprecated
* Will be removed in next AdMob versions use `ADAPTIVE_BANNER`
* Screen width x 32|50|90

@@ -40,0 +42,0 @@ */

@@ -25,10 +25,10 @@ /**

* Interactive Advertising Bureau (IAB)
* leaderboard ad size (728x90 density-independent pixels).
* medium rectangle ad size (300x250 density-independent pixels).
*/
BannerAdSize["LEADERBOARD"] = "LEADERBOARD";
BannerAdSize["MEDIUM_RECTANGLE"] = "MEDIUM_RECTANGLE";
/**
* Interactive Advertising Bureau (IAB)
* medium rectangle ad size (300x250 density-independent pixels).
* leaderboard ad size (728x90 density-independent pixels).
*/
BannerAdSize["MEDIUM_RECTANGLE"] = "MEDIUM_RECTANGLE";
BannerAdSize["LEADERBOARD"] = "LEADERBOARD";
/**

@@ -39,2 +39,4 @@ * A dynamically sized banner that is full-width and auto-height.

/**
* @deprecated
* Will be removed in next AdMob versions use `ADAPTIVE_BANNER`
* Screen width x 32|50|90

@@ -41,0 +43,0 @@ */

@@ -70,10 +70,10 @@ 'use strict';

* Interactive Advertising Bureau (IAB)
* leaderboard ad size (728x90 density-independent pixels).
* medium rectangle ad size (300x250 density-independent pixels).
*/
BannerAdSize["LEADERBOARD"] = "LEADERBOARD";
BannerAdSize["MEDIUM_RECTANGLE"] = "MEDIUM_RECTANGLE";
/**
* Interactive Advertising Bureau (IAB)
* medium rectangle ad size (300x250 density-independent pixels).
* leaderboard ad size (728x90 density-independent pixels).
*/
BannerAdSize["MEDIUM_RECTANGLE"] = "MEDIUM_RECTANGLE";
BannerAdSize["LEADERBOARD"] = "LEADERBOARD";
/**

@@ -84,2 +84,4 @@ * A dynamically sized banner that is full-width and auto-height.

/**
* @deprecated
* Will be removed in next AdMob versions use `ADAPTIVE_BANNER`
* Screen width x 32|50|90

@@ -86,0 +88,0 @@ */

@@ -67,10 +67,10 @@ var AdMobPlugin = (function (exports, core) {

* Interactive Advertising Bureau (IAB)
* leaderboard ad size (728x90 density-independent pixels).
* medium rectangle ad size (300x250 density-independent pixels).
*/
BannerAdSize["LEADERBOARD"] = "LEADERBOARD";
BannerAdSize["MEDIUM_RECTANGLE"] = "MEDIUM_RECTANGLE";
/**
* Interactive Advertising Bureau (IAB)
* medium rectangle ad size (300x250 density-independent pixels).
* leaderboard ad size (728x90 density-independent pixels).
*/
BannerAdSize["MEDIUM_RECTANGLE"] = "MEDIUM_RECTANGLE";
BannerAdSize["LEADERBOARD"] = "LEADERBOARD";
/**

@@ -81,2 +81,4 @@ * A dynamically sized banner that is full-width and auto-height.

/**
* @deprecated
* Will be removed in next AdMob versions use `ADAPTIVE_BANNER`
* Screen width x 32|50|90

@@ -83,0 +85,0 @@ */

{
"name": "@capacitor-community/admob",
"version": "3.0.0",
"version": "3.0.1",
"description": "A native plugin for AdMob",

@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js",

@@ -753,6 +753,6 @@ <p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p>

| **`LARGE_BANNER`** | <code>'LARGE_BANNER'</code> | Large banner ad size (320x100 density-independent pixels). |
| **`MEDIUM_RECTANGLE`** | <code>'MEDIUM_RECTANGLE'</code> | Interactive Advertising Bureau (IAB) medium rectangle ad size (300x250 density-independent pixels). |
| **`LEADERBOARD`** | <code>'LEADERBOARD'</code> | Interactive Advertising Bureau (IAB) leaderboard ad size (728x90 density-independent pixels). |
| **`MEDIUM_RECTANGLE`** | <code>'MEDIUM_RECTANGLE'</code> | Interactive Advertising Bureau (IAB) medium rectangle ad size (300x250 density-independent pixels). |
| **`ADAPTIVE_BANNER`** | <code>'ADAPTIVE_BANNER'</code> | A dynamically sized banner that is full-width and auto-height. |
| **`SMART_BANNER`** | <code>'SMART_BANNER'</code> | Screen width x 32\|50\|90 |
| **`SMART_BANNER`** | <code>'SMART_BANNER'</code> | |

@@ -759,0 +759,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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