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

@creadi/tchatche-react

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@creadi/tchatche-react - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "@creadi/tchatche-react",
"version": "1.0.2",
"version": "1.0.3",
"description": "Simple chat bot. Supports button and text input responses.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -5,2 +5,11 @@ # tchatche-react

## Install
```bash
# npm
npm install @creadi/tchatche-react
# yarn
yarn add @creadi/tchatche-react
```
## Usage

@@ -10,4 +19,4 @@

import React from 'react'
import Tchatche from 'tchatche-react'
import { BotMessage } from 'tchatche-react/dist/types'
import Tchatche from '@creadi/tchatche-react'
import { BotMessage } from '@creadi/tchatche-react/dist/types'

@@ -25,2 +34,5 @@ const messages: BotMessage[] = [

Find a more thorough explanation of the structure of `BotMessage` [here](https://www.npmjs.com/package/tchatche)
Find a more thorough explanation of the structure of `BotMessage` [here](https://www.npmjs.com/package/tchatche)
## Release new version
- A release on github will automatically trigger npm publishing. Make sure versions are in sync.

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