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

@cs-chatbots/webchat-ui

Package Overview
Dependencies
Maintainers
4
Versions
670
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cs-chatbots/webchat-ui - npm Package Compare versions

Comparing version

to
1.0.1

2

package.json
{
"name": "@cs-chatbots/webchat-ui",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist",

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

@@ -110,3 +110,3 @@ /**

let { wsUrl } = this.props;
if (wsUrl === null && apiUrl !== null) {
if (wsUrl === null && apiUrl !== null && apiUrl !== undefined) {

@@ -113,0 +113,0 @@ const [, , baseUrl] = apiUrl.split('/');

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

Sorry, the diff of this file is not supported yet