Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@plasius/chatbot

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasius/chatbot

OpenAI Chatbot

Source
npmnpm
Version
1.1.14
Version published
Weekly downloads
343
12.46%
Maintainers
1
Weekly downloads
 
Created
Source

@plasius/chatbot

npm version Build Status coverage License Code of Conduct Security Policy Changelog

Public package for chatbot UI/state integrations used in Plasius applications.

Install

npm install @plasius/chatbot

Module formats

This package publishes dual ESM and CJS artifacts. When CJS output is emitted under dist-cjs/*.js with type: module, dist-cjs/package.json is generated with { "type": "commonjs" } to ensure Node require(...) compatibility.

Usage

import { ChatBot } from "@plasius/chatbot";

Development

npm install
npm run build
npm test
npm run demo:run

Demo Sanity Check

npm run demo:run

Publishing

This package is published via GitHub CD only.

  • Configure repository environment production with secret NPM_TOKEN.
  • Run .github/workflows/cd.yml via Actions -> CD (Publish to npm) -> Run workflow.
  • Select the version bump (patch, minor, major, or none) and optional pre-release id.

Governance

License

MIT

FAQs

Package last updated on 13 May 2026

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