
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.
@dytesdk/react-ui-kit
Advanced tools
A set of UI components to truly customize your meeting UI, in React
Explore the docs »
Report Bug
·
Request Feature
There are separate UI Kit packages for VanillaJS and Angular. Check out the links to the packages below
First, you will need to install the ui-kit along with the react-web-core package:
npm i @dytesdk/react-ui-kit @dytesdk/react-web-core
The react-web-core
package is the package which handles all the low level logic required for a meeting by interating with our servers. Use it to create a meeting object, which you can pass along to the UI Kit components.
react-web-core
consists of hooks written on top of web-core which make it easy to use web-core in react applications.
Use the useDyteClient()
hook to initialize a client
function App() {
const [client, initClient] = useDyteClient();
useEffect(() => {
initClient({
authToken: '<auth-token>',
roomName: '<room-name>',
defaults: {
audio: true,
video: true,
},
});
}, []);
return <DyteMeeting meeting={client} />;
}
react-ui-kit
is created & maintained by Dyte, Inc. You can find us on Twitter - @dyte_io or write to us at dev [at] dyte.io
.
The names and logos for Dyte are trademarks of Dyte, Inc.
We love open source software! See our other projects and our products.
FAQs
Dyte's UI Kit to support easy UI development for React.
The npm package @dytesdk/react-ui-kit receives a total of 1,843 weekly downloads. As such, @dytesdk/react-ui-kit popularity was classified as popular.
We found that @dytesdk/react-ui-kit 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.
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.