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

expressions-extension

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expressions-extension

This is a simple extension that classifies bot responses in order to show their expression pack images based on their current emotion.

latest
npmnpm
Version
0.0.6
Version published
Weekly downloads
4
-71.43%
Maintainers
1
Weekly downloads
 
Created
Source

Expressions Extension for Chub

This is a simple extension that classifies bot responses in order to show their expression pack images based on their current emotion.

It also serves as an example of how to develop an extension that can't be handled in the editor UI, or if you just prefer to use a normal development environment.

Feel free to clone this project for use as a template. In particular, src/TestRunner.tsx is a useful example of how to test things locally without a running chat.

You'll need node@21.7.1 and yarn installed. Then, to get started:

git clone https://github.com/CharHubAI/expressions-extension
cd expressions-extension
yarn install
yarn dev

This project uses GitHub actions to update the extension in Chub on commits to the main branch. For your project to do this, you'll need to get an extension auth token from the api.

Then in the GitHub project, go to Settings -> Secrets and Variables -> Actions -> Repository secrets -> New Repository Secret. Add the token with the name "CHUB_AUTH_TOKEN".

FAQs

Package last updated on 03 May 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