You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-visual-audio-recorder

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-visual-audio-recorder - npm Package Compare versions

Comparing version

to
1.2.2

2

package.json
{
"name": "react-visual-audio-recorder",
"version": "1.2.1",
"version": "1.2.2",
"private": false,

@@ -5,0 +5,0 @@ "scripts": {

@@ -43,3 +43,3 @@ import { ForwardedRef } from "react";

*/
handleStatus: (status: "pause" | "recording" | "stopped") => void;
handleStatus?: (status: "pause" | "recording" | "stopped") => void;
/**

@@ -105,3 +105,3 @@ * Quality of the recording in bytes/second.

/** Refs to the component function */
ref: ForwardedRef<ReactVisualAudioRecorderRefHandler>;
ref?: ForwardedRef<ReactVisualAudioRecorderRefHandler>;
}

@@ -108,0 +108,0 @@ export interface ReactVisualAudioRecorderBlobObject {