New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@textql/client

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@textql/client

Embedded client for white-labelled TextQL applications

latest
Source
npmnpm
Version
2.0.0-beta
Version published
Maintainers
3
Created
Source

TextQL: Embedded Client

Usage in React

npm i --save @textql/client
import React from "react";
import "@textql/client";

function App() {
  return (
    <div className="App">
      <tql-chat-wrapper
        connector-id="79"
        proxy-url="http://localhost:5173"
        member-id="member-test-fa604a14-7702-4798-a254-8375ab084789"
        auth-token="8ff6d7cb-96db-4d3a-b3cd-901b46fc0811"
        chat-id="" /* optional; if you want to display an existing chat */
      ></tql-chat-wrapper>
    </div>
  );
}

FAQs

Package last updated on 27 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts