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

@essent/nativescript-iadvize

Package Overview
Dependencies
Maintainers
75
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@essent/nativescript-iadvize - npm Package Compare versions

Comparing version 2.14.0 to 2.14.1

4

index.android.d.ts

@@ -6,3 +6,3 @@ import { ChatConfiguration, IAdvizeAuthOption, IAdvizeCommon } from './common';

private static targetingListener;
constructor();
private constructor();
static getInstance(): IAdvize;

@@ -26,3 +26,3 @@ setLanguage(): void;

hasOngoingConversation(): boolean;
private static initiate;
static initiate(): void;
}

@@ -9,9 +9,2 @@ import { IAdvizeCommon } from './common';

super();
if (instance) {
return instance;
}
if (!instance) {
// eslint-disable-next-line @typescript-eslint/no-this-alias
instance = this;
}
}

@@ -21,3 +14,2 @@ static getInstance() {

instance = new IAdvize();
IAdvize.initiate();
}

@@ -119,9 +111,5 @@ return instance;

static initiate() {
if (didInit) {
return;
}
com.iadvize.conversation.sdk.IAdvizeSDK.initiate(Utils.android.getApplicationContext());
didInit = true;
}
}
//# sourceMappingURL=index.android.js.map
{
"name": "@essent/nativescript-iadvize",
"version": "2.14.0",
"version": "2.14.1",
"description": "iAdvize plugin for NativeScript.",

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

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