Socket
Socket
Sign inDemoInstall

@botpress/webchat

Package Overview
Dependencies
Maintainers
0
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@botpress/webchat - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

dist/index-2c165908.js

2

dist/index.js

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

import { A as t, B as r, C as m, f as c, e as i, h as n, F as h, H as p, i as S, L as d, M as l, j as u, k as C, m as P, R as b, U as g, W as v, n as y, x as M, y as f, G as T, I as k, s as B, v as I, q as W, o as F, b as H, J as L, p as R, t as w, l as x, D as A, w as U, z as j, u as q, d as z, E as D } from "./index-8b894bd7.js";
import { A as t, B as r, C as m, f as c, e as i, h as n, F as h, H as p, i as S, L as d, M as l, j as u, k as C, m as P, R as b, U as g, W as v, n as y, x as M, y as f, G as T, I as k, s as B, v as I, q as W, o as F, b as H, J as L, p as R, t as w, l as x, D as A, w as U, z as j, u as q, d as z, E as D } from "./index-d2d96fc2.js";
import "react";

@@ -3,0 +3,0 @@ import "react-dom";

@@ -36,3 +36,3 @@ import { type RefObject } from 'react';

};
export type WebchatStore = ReturnType<typeof createWebchatStore>;
export type WebchatStore = ReturnType<typeof useCreateWebchatStore>;
export declare const WebchatContext: import("react").Context<(Omit<import("zustand").StoreApi<WebchatState>, "setState"> & {

@@ -43,3 +43,3 @@ setState<A extends string | {

}) | null>;
export declare const createWebchatStore: (initProps?: Partial<WebchatProps>) => Omit<import("zustand").StoreApi<WebchatState>, "setState"> & {
export declare const useCreateWebchatStore: (initProps?: Partial<WebchatProps>) => Omit<import("zustand").StoreApi<WebchatState>, "setState"> & {
setState<A extends string | {

@@ -46,0 +46,0 @@ type: unknown;

{
"name": "@botpress/webchat",
"version": "2.1.2",
"version": "2.1.3",
"type": "module",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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