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

@mtr-ionic/tune-analytics

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mtr-ionic/tune-analytics - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

index.d.ts

@@ -257,6 +257,6 @@ import { IonicNativePlugin } from '@ionic-native/core';

/**
* @param {boolean} tuneEvent
* @param {object} tuneEvent
* @returns {Promise<any>} Returns a promise resolving in result of subscribing to a topic
*/
measureEvent(tuneEvent: boolean): Promise<any>;
measureEvent(tuneEvent: object): Promise<any>;
/**

@@ -263,0 +263,0 @@ * @param {string} hookId

@@ -293,3 +293,3 @@ var __extends = (this && this.__extends) || (function () {

/**
* @param {boolean} tuneEvent
* @param {object} tuneEvent
* @returns {Promise<any>} Returns a promise resolving in result of subscribing to a topic

@@ -699,3 +699,3 @@ */

__metadata("design:type", Function),
__metadata("design:paramtypes", [Boolean]),
__metadata("design:paramtypes", [Object]),
__metadata("design:returntype", Promise)

@@ -702,0 +702,0 @@ ], TuneAnalytics.prototype, "measureEvent", null);

{
"name": "@mtr-ionic/tune-analytics",
"version": "1.1.2",
"version": "1.1.3",
"description": "Ionic Native - Native plugins for ionic apps",

@@ -5,0 +5,0 @@ "module": "index.js",

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