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

@frontapp/ui-bridge

Package Overview
Dependencies
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontapp/ui-bridge - npm Package Compare versions

Comparing version 2.0.0-beta8 to 2.0.0-beta9

11

dist/internal/contextTypesV2.d.ts

@@ -245,2 +245,11 @@ import { ApplicationCancelToken } from './asyncTypesV2';

}
export interface NoConversationPopoverContext extends ApplicationContextBase, Pick<SingleConversationContext, 'fetchDraft'> {
type: 'noConversationPopover';
draftId?: ApplicationDraftId;
/**
* Closes the popover.
* * @param cancelToken Cancel the request.
*/
requestClose(cancelToken?: ApplicationCancelToken): Promise<void>;
}
export interface SingleConversationPopoverContext extends Omit<SingleConversationContext, 'type'> {

@@ -260,3 +269,3 @@ type: 'singleConversationPopover';

export declare type ExistingConversationContext = SingleConversationContext | MultiConversationsContext;
export declare type ConversationContext = NoConversationContext | SingleConversationContext | SingleConversationPopoverContext | MultiConversationsContext;
export declare type ConversationContext = NoConversationContext | NoConversationPopoverContext | SingleConversationContext | SingleConversationPopoverContext | MultiConversationsContext;
export interface MessageContext extends ApplicationContextBase {

@@ -263,0 +272,0 @@ type: 'message';

2

package.json
{
"name": "@frontapp/ui-bridge",
"version": "2.0.0-beta8",
"version": "2.0.0-beta9",
"description": "Helpers and TypeScript definitions for the Front SDK bridge",

@@ -5,0 +5,0 @@ "author": {

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