New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@frontapp/ui-bridge

Package Overview
Dependencies
Maintainers
6
Versions
20
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-beta7 to 2.0.0-beta8

10

dist/internal/contextTypesV2.d.ts

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

}
export interface SingleConversationPopoverContext extends Omit<SingleConversationContext, 'type'> {
type: 'singleConversationPopover';
/**
* Closes the popover.
* * @param cancelToken Cancel the request.
*/
requestClose(cancelToken?: ApplicationCancelToken): Promise<void>;
}
export interface MultiConversationsContext extends ExistingConversationBaseContext {

@@ -252,3 +260,3 @@ type: 'multiConversations';

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

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

2

package.json
{
"name": "@frontapp/ui-bridge",
"version": "2.0.0-beta7",
"version": "2.0.0-beta8",
"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