Socket
Socket
Sign inDemoInstall

@capacitor-community/admob

Package Overview
Dependencies
Maintainers
9
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 0.0.2 to 0.0.3

2

package.json
{
"name": "@capacitor-community/admob",
"version": "0.0.2",
"version": "0.0.3",
"description": "A native plugin for AdMob",

@@ -5,0 +5,0 @@ "main": "dist/esm/index.js",

@@ -1,11 +0,19 @@

[![npm version](https://badge.fury.io/js/%40rdlabo%2Fcapacitor-admob.svg)](https://badge.fury.io/js/%40rdlabo%2Fcapacitor-admob)
[![npm version](https://badge.fury.io/js/%40capacitor-community%2Fadmob.svg)](https://badge.fury.io/js/%40capacitor-community%2Fadmob)
# @rdlabo/capacitor-admib
# @capacitor-community/admob
Capacitory community plugin for AdMob.
Capacitor AdMob is a native AdMob implementation for iOS & Android.
This repository fork from `@rahadur/capacitor-admob` .
## Maintainers
| Maintainer | GitHub | Social | Sponsoring Company |
| --- | --- | --- | --- |
| Masahiko Sakakibara | [rdlabo](https://github.com/rdlabo) | [@rdlabo](https://twitter.com/rdlabo) | RELATION DESIGN LABO, GENERAL INC. ASSOCIATION |
Mainteinance Status: Actively Maintained
## Demo
[Demo code is here.](https://github.com/rdlabo-team/capacitor-admob/tree/master/demo)
※ This will be move to this repository.
### Screenshots

@@ -17,19 +25,6 @@ | | Banner | Interstitial | Reward |

## DONATE THIS PROJECT
Thanks for considering donate.
If this plugin help you, please share admob income. This help developing this plugin.This also help me easily determine how much time I would spend on the projects each month.
| | TYPE | AMOUNT | LINK |
|:--:|:--:|:--:|:--:|
| PayPal.me | Once | Any | [Donate](https://www.paypal.me/rdlabo) |
| Paypal | Subscription | $15/month | [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GE7XTRB3S6M4S) |
| Paypal | Subscription | $30/month | [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZV5NSRJ2MSMGN) |
| Paypal | Subscription | $50/month | [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5RKVFKZRE8F36) |
## Installation
```
$ npm install --save @rdlabo/capacitor-admob
$ npm install --save @capacitor-community/admob
```

@@ -49,3 +44,3 @@

[...]
+ add(jp.rdlabo.capacitor.plugin.admob.AdMob.class);
+ add(com.getcapacitor.community.admob.AdMob.class);
[...]

@@ -107,3 +102,3 @@ }});

```ts
+ import { Plugins } from '@capacitor/core';Ω
+ import { Plugins } from '@capacitor/core';
+ const { AdMob } = Plugins;

@@ -136,3 +131,3 @@

+ import { Plugins } from '@capacitor/core';
+ import { AdOptions, AdSize, AdPosition } from '@rdlabo/capacitor-admob';
+ import { AdOptions, AdSize, AdPosition } from '@capacitor-community/admob';
+ const { AdMob } = Plugins;

@@ -196,3 +191,3 @@

+ import { Plugins } from '@capacitor/core';
+ import { AdOptions, AdSize, AdPosition } from '@rdlabo/capacitor-admob';
+ import { AdOptions, AdSize, AdPosition } from '@capacitor-community/admob';
+ const { AdMob } = Plugins;

@@ -426,4 +421,3 @@

## License
Capacitor AdMob is [MIT licensed](./LICENSE).
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