@capacitor-community/firebase-analytics
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
import { WebPlugin } from "@capacitor/core"; | ||
export class FirebaseAnalyticsWeb extends WebPlugin { | ||
constructor() { | ||
super({ | ||
name: "FirebaseAnalytics", | ||
platforms: ["web"], | ||
}); | ||
super(); | ||
this.not_supported_mssg = "This method is not supported"; | ||
@@ -9,0 +6,0 @@ this.options_missing_mssg = "Firebase options are missing"; |
{ | ||
"name": "@capacitor-community/firebase-analytics", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"description": "A native plugin for firebase analytics.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/capacitor-community/firebase-analytics", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
218974
42
428
2