Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@capacitor-community/admob

Package Overview
Dependencies
Maintainers
0
Versions
51
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 6.1.0 to 6.2.0-0

25

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

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

"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
"verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -sdk iphoneos && cd ..",
"verify:ios": "xcodebuild -scheme CapacitorCommunityAdmob -destination generic/platform=iOS",
"verify:android": "cd android && ./gradlew clean build test && cd ..",

@@ -44,3 +44,4 @@ "verify:web": "npm run build",

"prepublishOnly": "npm run build",
"release": "np --no-tests"
"release": "np --no-tests",
"prepare": "husky"
},

@@ -55,6 +56,6 @@ "devDependencies": {

"@ionic/prettier-config": "^1.0.1",
"@ionic/swiftlint-config": "^1.1.2",
"@ionic/swiftlint-config": "^2.0.0",
"eslint": "^7.11.0",
"husky": "^4.3.8",
"lint-staged": "^11.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"np": "^8.0.4",

@@ -66,3 +67,3 @@ "pre-commit": "^1.2.2",

"rollup": "^2.32.0",
"swiftlint": "^1.0.1",
"swiftlint": "^2.0.0",
"typescript": "~4.1.5"

@@ -73,7 +74,2 @@ },

},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {

@@ -87,9 +83,6 @@ "*.{ts}": [

"git add"
],
"*.swift": [
"npm run swiftlint -- --fix --format",
"git add"
]
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
"eslintConfig": {

@@ -96,0 +89,0 @@ "extends": "@ionic/eslint-config/recommended"

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