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.10 to 1.0.11

2

package.json
{
"name": "react-audio-voice-recorder",
"private": false,
"version": "1.0.10",
"version": "1.0.11",
"license": "MIT",

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

@@ -87,2 +87,8 @@

} = useAudioRecorder();
useEffect(() => {
if (!recordingBlob) return;
// recordingBlob will be present at this point after 'stopRecording' has been called
}, [recordingBlob])
```

@@ -89,0 +95,0 @@ ---

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