
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@plasius/chatbot
Advanced tools
Public package for chatbot UI/state integrations used in Plasius applications.
npm install @plasius/chatbot
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.
import { ChatBot } from "@plasius/chatbot";
The chatbot ships en-GB UI and client-error defaults resolved through
@plasius/translations. title and placeholder remain direct component
overrides; pass translate when a host application wants to resolve the stable
chatbot keys with its own locale bundle.
import { ChatBot, type ChatbotTranslate } from "@plasius/chatbot";
const translate: ChatbotTranslate = (key, args) => i18n.t(key, args);
<ChatBot
endpoint="/ai/chatbot"
title="Support"
placeholder="Ask a question"
translate={translate}
/>;
npm install
npm run build
npm test
npm run demo:run
npm run demo:run
This package is published via GitHub CD only.
production with secret NPM_TOKEN..github/workflows/cd.yml via Actions -> CD (Publish to npm) -> Run workflow.patch, minor, major, or none) and optional pre-release id.MIT
FAQs
OpenAI Chatbot
The npm package @plasius/chatbot receives a total of 335 weekly downloads. As such, @plasius/chatbot popularity was classified as not popular.
We found that @plasius/chatbot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.