New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-audio-voice-recorder

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
1.0.2

6

dist/components/AudioRecordingComponent.d.ts

@@ -7,8 +7,8 @@ import { ReactElement } from "react";

*
* @prop onRecordingComplete Method that gets called when save recording option is clicked
* @prop recorderControls Externally initilize hook and pass the returned object to this param, this gives your control over the component from outside the component.
* @prop `onRecordingComplete` Method that gets called when save recording option is clicked
* @prop `recorderControls` Externally initilize hook and pass the returned object to this param, this gives your control over the component from outside the component.
* https://github.com/samhirtarif/react-audio-recorder#combine-the-useaudiorecorder-hook-and-the-audiorecorder-component
* @prop classes Is an object with attributes representing classes for different parts of the component
* @prop `classes` Is an object with attributes representing classes for different parts of the component
*/
declare const AudioRecorder: (props: Props) => ReactElement;
export default AudioRecorder;
{
"name": "react-audio-voice-recorder",
"private": false,
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "",