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

capacitor-appmetrica

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-appmetrica - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

esm/definitions.d.ts

@@ -7,3 +7,3 @@ declare module '@capacitor/core' {

export interface AppmetricaPlugin {
logEvent(options: {
reportEvent(options: {
name: string;

@@ -10,0 +10,0 @@ parameters?: Object;

export declare class Appmetrica {
private appmetrica;
logEvent(name: string, parameters?: Object): Promise<void>;
reportEvent(name: string, parameters?: Object): Promise<void>;
setUserProfileID(id: string): Promise<void>;
}

@@ -7,4 +7,4 @@ import { Plugins } from '@capacitor/core';

}
logEvent(name, parameters) {
return this.appmetrica.logEvent({ name, parameters });
reportEvent(name, parameters) {
return this.appmetrica.reportEvent({ name, parameters });
}

@@ -11,0 +11,0 @@ setUserProfileID(id) {

{
"name": "capacitor-appmetrica",
"version": "0.1.4",
"version": "0.1.5",
"description": "Capacitor plugin for Appmetrica",

@@ -5,0 +5,0 @@ "main": "plugin.js",

@@ -9,4 +9,4 @@ var capacitorAppmetrica = (function (exports, core) {

}
logEvent(name, parameters) {
return this.appmetrica.logEvent({ name, parameters });
reportEvent(name, parameters) {
return this.appmetrica.reportEvent({ name, parameters });
}

@@ -13,0 +13,0 @@ setUserProfileID(id) {

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