
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@micdrop/client
Advanced tools
Micdrop website | Documentation | Demo
Micdrop is a set of open source Typescript packages to build real-time voice conversations with AI agents. It handles all the complexities on the browser and server side (microphone, speaker, VAD, network communication, etc) and provides ready-to-use implementations for various AI providers.
The browser implementation of Micdrop.
It is framework agnostic, you can use it with React, Vue, Angular or any other framework. See demo-client for a complete example with React.
For server implementation, see @micdrop/server.
npm install @micdrop/client
If you're using React, you can also install @micdrop/react package to get a ready-to-use React hooks.
import { Micdrop } from '@micdrop/client'
// Start a call
Micdrop.start({
url: 'wss://your-server.com/call',
})
Read full documentation of the Micdrop client on the website.
MIT
Originally developed for Raconte.ai and open sourced by Lonestone (GitHub)
FAQs
๐๏ธ๐ค Micdrop: Real-Time Voice Conversations with AI
The npm package @micdrop/client receives a total of 37 weekly downloads. As such, @micdrop/client popularity was classified as not popular.
We found that @micdrop/client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.ย It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHubโs npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.