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

flowise-embed

Package Overview
Dependencies
Maintainers
0
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowise-embed - npm Package Compare versions

Comparing version

to
2.0.5

1

dist/components/Bot.d.ts

@@ -102,2 +102,3 @@ import { FeedbackRatingType } from '@/queries/sendMessageQuery';

dateTimeToggle?: DateTimeToggleTheme;
renderHTML?: boolean;
};

@@ -104,0 +105,0 @@ export type LeadsConfig = {

@@ -12,2 +12,3 @@ import { FileUpload } from '../Bot';

fontSize?: number;
renderHTML?: boolean;
};

@@ -14,0 +15,0 @@ export declare const AgentReasoningBubble: (props: Props) => import("solid-js").JSX.Element;

@@ -21,2 +21,3 @@ import { IAction, MessageType } from '../Bot';

sourceDocsTitle?: string;
renderHTML?: boolean;
handleActionClick: (label: string, action: IAction | undefined | null) => void;

@@ -23,0 +24,0 @@ handleSourceDocumentsClick: (src: any) => void;

@@ -12,2 +12,3 @@ import { MessageType } from '../Bot';

fontSize?: number;
renderHTML?: boolean;
};

@@ -14,0 +15,0 @@ export declare const GuestBubble: (props: Props) => import("solid-js").JSX.Element;

@@ -68,2 +68,3 @@ export type BubbleParams = {

dateTimeToggle?: DateTimeToggleTheme;
renderHTML?: boolean;
};

@@ -70,0 +71,0 @@ export type ButtonTheme = {

2

package.json
{
"name": "flowise-embed",
"version": "2.0.4",
"version": "2.0.5",
"description": "Javascript library to display flowise chatbot on your website",

@@ -5,0 +5,0 @@ "type": "module",

@@ -140,2 +140,3 @@ <!-- markdownlint-disable MD030 -->

sourceDocsTitle: 'Sources:'
renderHTML: true,
botMessage: {

@@ -142,0 +143,0 @@ backgroundColor: '#f7f8ff',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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