
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.
react-chat-engine-pretty
Advanced tools
<img alt="react-chat-engine-pretty" style='max-height: 333px; max-width: 100%;' src="https://chat-engine
Chat Engine is a devevloper friendly and ✨pretty✨ Chat UI Kit.
Setup a free plan at chatengine.io
npm install react-chat-engine-pretty --save
yarn add react-chat-engine-pretty
Add serverless chat to your React app in 3 minutes.
Register then create a project and user at chatengine.io
Collect the Project ID / username / User Secret
Install yarn add react-chat-engine
Import and declare <PrettyChatWindow />
You're done!
Example implementation ⬇️
import React from 'react';
import { PrettyChatWindow } from 'react-chat-engine-pretty';
export function App() {
return (
<PrettyChatWindow
projectId="b75e5bd5-cd84-404c-b820-06feff8c98c0"
username="john_smith"
secret="pass1234"
style={{ height: '100vh' }}
/>
);
}
projectId
(String REQUIRED) - Public API key for your chatengine.io projectusername
(String REQUIRED) - username of a person in this projectsecret
(String REQUIRED) - Set a secret for this person and use it to authenticate.style
(String OPTIONAL) - CSS used to customize the size of your Chat WindowFAQs
<img alt="react-chat-engine-pretty" style='max-height: 333px; max-width: 100%;' src="https://chat-engine
The npm package react-chat-engine-pretty receives a total of 58 weekly downloads. As such, react-chat-engine-pretty popularity was classified as not popular.
We found that react-chat-engine-pretty 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
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.