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

@frontapp/plugin-sdk

Package Overview
Dependencies
Maintainers
6
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontapp/plugin-sdk - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

6

dist/webViewSdkTypes.d.ts

@@ -1,2 +0,2 @@

import { ApplicationCancelTokenSource, ApplicationContext, SingleConversationContext, NoConversationContext, MultiConversationsContext, MessageContext } from '@frontapp/ui-bridge';
import { ApplicationCancelTokenSource, ApplicationContext, MessageContext, MultiConversationsContext, NoConversationContext, NoConversationPopoverContext, SingleConversationContext, SingleConversationPopoverContext } from '@frontapp/ui-bridge';
import { Observable } from 'rxjs';

@@ -6,6 +6,8 @@ declare type InternalContextProperties = 'hostId' | 'entryPointId';

declare type WebViewSingleConversationContext = Omit<SingleConversationContext, InternalContextProperties>;
declare type WebViewSingleConversationPopoverContext = Omit<SingleConversationPopoverContext, InternalContextProperties>;
declare type WebViewNoConversationContext = Omit<NoConversationContext, InternalContextProperties>;
declare type WebViewNoConversationPopoverContext = Omit<NoConversationPopoverContext, InternalContextProperties>;
declare type WebViewMultipleConversationsContext = Omit<MultiConversationsContext, InternalContextProperties>;
declare type WebViewMessageContext = Omit<MessageContext, InternalContextProperties>;
export declare type WebViewContext = WebViewSingleConversationContext | WebViewNoConversationContext | WebViewMultipleConversationsContext | WebViewMessageContext;
export declare type WebViewContext = WebViewSingleConversationContext | WebViewNoConversationPopoverContext | WebViewSingleConversationPopoverContext | WebViewNoConversationContext | WebViewMultipleConversationsContext | WebViewMessageContext;
export declare type WebViewBaseBridge = {

@@ -12,0 +14,0 @@ buildCancelTokenSource(): ApplicationCancelTokenSource;

{
"name": "@frontapp/plugin-sdk",
"version": "1.2.0",
"version": "1.3.0",
"description": "",

@@ -12,3 +12,3 @@ "main": "dist/index.js",

"dependencies": {
"@frontapp/ui-bridge": "^2.0.0-beta7",
"@frontapp/ui-bridge": "^2.0.0-beta9",
"rxjs": "^6.5.4",

@@ -15,0 +15,0 @@ "cuid": "^2.1.8"

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