Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@videosdk.live/react-sdk
Advanced tools
Video SDK React App
videosdk.live
Visit our official guide for Browser Support
Check out demo here
You must have the following installed:
@videosdk.live/react-sdk
wraps up our @videosdk.live/js-sdk
into usable hooks APIs. It simplifies code and concept for react-js
The easiest way to get started is by installing @videosdk.live/react-sdk
in your app.
From npm package:
npm install @videosdk.live/react-sdk
From yarn package:
yarn add @videosdk.live/react-sdk
react-sdk
provides two most important hook useMeeting
and useParticipant
. it also provides MeetingProvider
and MeetingConsumer
to listen changes in meeting state and events.
import {
MeetingProvider,
useMeeting,
useParticipant,
MeetingConsumer,
} from "@videosdk.live/react-sdk";
Check the components and their usage in our documentation.
Check the Quick Start guide to our documentation.
Run the Code sample to see it in action.
FAQs
Video SDK React App videosdk.live
The npm package @videosdk.live/react-sdk receives a total of 13,596 weekly downloads. As such, @videosdk.live/react-sdk popularity was classified as popular.
We found that @videosdk.live/react-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.