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

@capacitor-community/firebase-analytics

Package Overview
Dependencies
Maintainers
31
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor-community/firebase-analytics - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

ios/Plugin.xcodeproj/project.xcworkspace/xcuserdata/cabernet.xcuserdatad/UserInterfaceState.xcuserstate

5

dist/esm/web.js
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";

2

package.json
{
"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

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