
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@assister/rasa
Advanced tools
An all-in-one Web Component for chatbots made with Rasa.
Made using @assister/chat
<script type="module" src="https://unpkg.com/@assister/rasa@latest/dist/rasa/rasa.esm.js"></script>
<script nomodule src="https://unpkg.com/@assister/rasa@latest/dist/rasa/rasa.js"></script>
<link href="https://unpkg.com/@assister/rasa@latest/dist/rasa/rasa.css" rel="stylesheet">
npm install @assister/rasa --save
<!doctype html>
<html lang="en">
<head>
<script type="module" src="https://unpkg.com/@assister/rasa@latest/dist/rasa/rasa.esm.js"></script>
<link href="https://unpkg.com/@assister/rasa@latest/dist/rasa/rasa.css" rel="stylesheet">
<style>
:root {
/* --header-background-color: gray; */
/* --header-text-color: black; */
}
</style>
</head>
<body>
<rasa-bot server="http://localhost:5005" />
</body>
</html>
FAQs
Web Component for chatbots made with Rasa NLU
The npm package @assister/rasa receives a total of 0 weekly downloads. As such, @assister/rasa popularity was classified as not popular.
We found that @assister/rasa demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.