Socket
Socket
Sign inDemoInstall

@capacitor-community/admob

Package Overview
Dependencies
Maintainers
31
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-6 to 3.0.0

android/src/main/java/com/getcapacitor/community/admob/models/AdMobPluginError.kt

37

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

@@ -33,3 +33,3 @@ "main": "dist/plugin.cjs.js",

"eslint": "eslint src/. --ext ts",
"prettier": "prettier --write \"{src/*.ts,**/*.java}\"",
"prettier": "prettier \"{src/*.ts,**/*.java}\"",
"swiftlint": "node-swiftlint",

@@ -41,9 +41,9 @@ "docgen": "docgen --api AdMobPlugin --output-readme README.md --output-json dist/docs.json",

"prepublishOnly": "npm run build",
"release": "np --any-branch"
"release": "np"
},
"devDependencies": {
"@capacitor/android": "^3.0.0-rc.2",
"@capacitor/cli": "^3.0.0-rc.2",
"@capacitor/android": "^3.0.0",
"@capacitor/cli": "^3.0.0",
"@capacitor/docgen": "git+https://github.com/rdlabo/capacitor-docgen.git#feat/support_extends_build",
"@capacitor/ios": "^3.0.0-rc.2",
"@capacitor/ios": "^3.0.0",
"@ionic/eslint-config": "^0.3.0",

@@ -53,3 +53,6 @@ "@ionic/prettier-config": "^1.0.1",

"eslint": "^7.11.0",
"husky": "^4.0.0",
"lint-staged": "^11.0.0",
"np": "^7.4.0",
"pre-commit": "^1.2.2",
"prettier": "~2.2.0",

@@ -63,4 +66,24 @@ "prettier-plugin-java": "~1.0.0",

"dependencies": {
"@capacitor/core": "3.0.0-rc.2"
"@capacitor/core": "3.0.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts}": [
"npm run eslint -- --fix",
"npm run prettier -- --write",
"git add"
],
"*.{java}": [
"npm run prettier -- --write",
"git add"
],
"*.swift": [
"npm run swiftlint -- autocorrect --format",
"git add"
]
},
"prettier": "@ionic/prettier-config",

@@ -67,0 +90,0 @@ "eslintConfig": {

10

README.md

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

[Demo code is here.](https://github.com/capacitor-community/admob/tree/feat/v3/demo)
[Demo code is here.](https://github.com/capacitor-community/admob/tree/feat/demo)

@@ -44,3 +44,3 @@ ### Screenshots

```
% npm install --save @capacitor-community/admob@next
% npm install --save @capacitor-community/admob
% npx cap update

@@ -134,7 +134,7 @@ ```

});
AdMob.addListener(BannerAdPluginEvents.SizeChanged, (size: AdMobBannerSize) => {
// Subscribe Change Banner Size
});
const options: BannerAdOptions = {

@@ -833,2 +833,4 @@ adId: 'YOUR ADID',

<td align="center"><a href="https://www.nicolueg.com"><img src="https://avatars.githubusercontent.com/u/48101693?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nico Lueg</b></sub></a><br /><a href="https://github.com/capacitor-community/admob/commits?author=NLueg" title="Code">💻</a></td>
<td align="center"><a href="https://www.linkedin.com/in/ghonche-yqr-21774b114/"><img src="https://avatars.githubusercontent.com/u/25591295?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ghonche Yqr</b></sub></a><br /><a href="https://github.com/capacitor-community/admob/commits?author=ghonche-yqr" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/vanessag"><img src="https://avatars.githubusercontent.com/u/4007550?v=4?s=100" width="100px;" alt=""/><br /><sub><b>vanessag</b></sub></a><br /><a href="https://github.com/capacitor-community/admob/commits?author=vanessag" title="Code">💻</a></td>
</tr>

@@ -835,0 +837,0 @@ </table>

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