Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
react-record-webcam
Advanced tools
Webcam video and audio recording component for React. Uses classes so all React versions are supported. Works in all latest browser versions, although Safari requires MediaRecorder to be enabled in the experimental features.
yarn add react-record-webcam
import Webcam from 'react-record-webcam'
...
<Webcam />
You can use the below default class names or pass your own namespace to replace the default react-record-webcam
.
className |
---|
react-record-webcam__wrapper |
react-record-webcam__status |
react-record-webcam__video |
react-record-webcam__controls |
react-record-webcam__controls-button |
Prop | Example |
---|---|
cssNamespace: string | Set a namespace for the component CSS classes |
downloadFileName: string | Filename for video download |
getStatus | Callback to get webcam status |
recordingLength: number | Set max recording length in seconds |
namespace: string | Pass own CSS namespace |
options: object | Options for recording video |
`type: video | |
`mimeType: video/mp4 | |
video: { minWidth, minHeight, maxWidth, maxHeight, minAspectRatio } | |
statusMessages: object | Pass own status messages to recorder |
{ INIT, CLOSED, OPEN, RECORDING, PREVIEW, ERROR } | |
controlLabels: object | Pass custom labels to control buttons |
{ CLOSE, DOWNLOAD, OPEN, RETAKE, START, STOP } | |
render | Render prop that passes status and controls |
isWebcamOn | |
isRecording | |
isPreview | |
openCamera | |
closeCamera | |
start | |
stop | |
retake | |
download | |
status |
FAQs
Webcam recording tool for React
The npm package react-record-webcam receives a total of 2,141 weekly downloads. As such, react-record-webcam popularity was classified as popular.
We found that react-record-webcam 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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.