Socket
Socket
Sign inDemoInstall

nativescript-apxor

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-apxor - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

apxor.ios.d.ts
import { Common } from "./apxor.common";
export declare class Apxor extends Common {
static setCustomUserId(userId: string): void;
static logAppEvent(eventName: string, attributes?: Attributes): void;
static logMetaEvent(eventName: string, attributes?: Attributes): void;
static setUserAttributes(attributes: Attributes): void;
static setSessionAttributes(attributes: Attributes): void;
static logPageView(pageName: string): void;
}

@@ -4,0 +10,0 @@ export declare class Attributes {

@@ -9,2 +9,14 @@ "use strict";

}
Apxor.setCustomUserId = function (userId) {
};
Apxor.logAppEvent = function (eventName, attributes) {
};
Apxor.logMetaEvent = function (eventName, attributes) {
};
Apxor.setUserAttributes = function (attributes) {
};
Apxor.setSessionAttributes = function (attributes) {
};
Apxor.logPageView = function (pageName) {
};
return Apxor;

@@ -11,0 +23,0 @@ }(apxor_common_1.Common));

2

package.json
{
"name": "nativescript-apxor",
"version": "1.0.0",
"version": "1.0.1",
"description": "Apxor NativeScript plugin.",

@@ -5,0 +5,0 @@ "main": "apxor",

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