
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@brainfi.sh/react-chat-widget
Advanced tools
React library to display brainfish chat widget on your website
npm install @brainfi.sh/chat-widget @brainfi.sh/react-chat-widget
import { Standard } from '@brainfi.sh/react-chat-widget'
const App = () => {
return (
<Standard
chatAppId="lead-generation-copy-3luzm6b"
style={{ width: '100%', height: '600px' }}
/>
)
}
This code is creating a container with a 100% width (will match parent width) and 600px height.
import { Popup } from '@brainfi.sh/react-chat-widget'
const App = () => {
return <Popup chatAppId="lead-generation-copy-3luzm6b" autoShowDelay={3000} />
}
This code will automatically trigger the popup window after 3 seconds.
You can use these commands:
import { open } from '@brainfi.sh/react-chat-widget'
open()
import { close } from '@brainfi.sh/react-chat-widget'
close()
import { toggle } from '@brainfi.sh/react-chat-widget'
toggle()
import { Bubble } from '@brainfi.sh/react-chat-widget'
const App = () => {
return (
<Bubble
chatAppId="lead-generation-copy-3luzm6b"
theme={{
button: { backgroundColor: '#0042DA', iconColor: '#FFFFFF' },
previewMessage: { backgroundColor: '#ffffff', textColor: 'black' },
}}
/>
)
}
This code will show the bubble and let a preview message appear after 5 seconds.
You can use these commands:
import { open } from '@brainfi.sh/react-chat-widget'
open()
import { close } from '@brainfi.sh/react-chat-widget'
close()
import { toggle } from '@brainfi.sh/react-chat-widget'
toggle()
FAQs
React library to display brainfish chat widget on your website
We found that @brainfi.sh/react-chat-widget demonstrated a not healthy version release cadence and project activity because the last version was released 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.