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 1.0.0 to 1.0.1

6

dist/components/AudioRecordingComponent.d.ts

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

*
* @param onRecordingComplete Method that gets called when save recording option is clicked
* @param 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
*/
declare const AudioRecorder: (props: Props) => ReactElement;
export default AudioRecorder;
{
"name": "react-audio-voice-recorder",
"private": false,
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc