
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@kapaai/react-sdk
Advanced tools
[](https://www.npmjs.com/package/@kapaai/react-sdk) [](https://opensource.org/licenses/MIT)
Build AI-powered chat interfaces that answer questions from your knowledge base.
kapa.ai is a platform that turns your documentation, knowledge base, and support content into an AI assistant. It enables your users to get instant, accurate answers drawn directly from your own content.
This React SDK allows you to easily integrate Kapa-powered chat functionality into your React applications. Add a few components to your app and give your users the ability to chat with an AI that knows your product.
npm install @kapaai/react-sdk
import { KapaProvider, useChat } from "@kapaai/react-sdk";
// Wrap your app with the provider
function App() {
return (
<KapaProvider integrationId="your-integration-id">
<YourChatInterface />
</KapaProvider>
);
}
// Use the hook in your components
function YourChatInterface() {
const { conversation, submitQuery, isGeneratingAnswer } = useChat();
// Build your chat UI...
}
For detailed usage instructions and API reference, see the official documentation.
FAQs
[](https://www.npmjs.com/package/@kapaai/react-sdk) [](https://opensource.org/licenses/MIT)
The npm package @kapaai/react-sdk receives a total of 1,362 weekly downloads. As such, @kapaai/react-sdk popularity was classified as popular.
We found that @kapaai/react-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.