Socket
Socket
Sign inDemoInstall

react-media-recorder

Package Overview
Dependencies
0
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "react-media-recorder",
"version": "1.1.0",
"version": "1.1.1",
"description": "A React component based on MediaRecorder() API to record audio/video streams",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -76,2 +76,9 @@ # react-media-recorder :o2: :video_camera: :microphone: :computer:

#### mediaRecorderOptions
An optional options object that will be passed to `MediaRecorder`. Please note that if you specify the MIME type via either `audio` or `video` prop _and_ through this `mediaRecorderOptions`, the `mediaRecorderOptions` have higher precedence.
type: `object`
default: `{}`
#### onStop

@@ -78,0 +85,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc