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

@quiq/chat-types

Package Overview
Dependencies
Maintainers
7
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quiq/chat-types - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

3

index.ts

@@ -10,3 +10,3 @@ import {CONVERSATION_STARTER_STATUS} from 'Common/ConversationStarter/Enums/State';

import {Nullable, TNullable, TNullableString} from 'Common/Core/Types/Nullables';
import {TOptionalCallback, TPromiseOrCallback} from 'Common/Core/Utils/PromiseOrCallback';
import {TOptionalCallback, TPromiseOrCallback} from 'Common/Core/Utils/Async';
import {

@@ -69,2 +69,3 @@ EXTERNAL_CONTACT_POINT_EVENT,

): TPromiseOrCallback<BaseExternalWidget>;
getTrackingId(callback?: TOptionalCallback<string>): TPromiseOrCallback<string>;
getSMSNumber(callback?: TOptionalCallback<string>): TPromiseOrCallback<string>;

@@ -71,0 +72,0 @@ isSupportedBrowser(callback?: TOptionalCallback<boolean>): TPromiseOrCallback<boolean>;

{
"name": "@quiq/chat-types",
"version": "1.0.15",
"version": "1.0.16",
"description": "A TypeScript decleration project for the external portion of chat-ui.",

@@ -18,2 +18,2 @@ "main": "index.ts",

"license": "ISC"
}
}

Sorry, the diff of this file is too big to display

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