
Security News
Suno Breached via Shai-Hulud Worm, Leaked Code Exposes AI Music Scraping
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.
@mastra/speech-google
Advanced tools
Affected versions:
Mastra Google speech integration (DEPRECATED - use @mastra/voice-google instead)
⚠️ This package is deprecated. Please use @mastra/voice-google instead.
npm install @mastra/voice-google
// Old
import { GoogleTTS } from '@mastra/speech-google';
// New
import { GoogleVoice } from '@mastra/voice-google';
// Old
const tts = new GoogleTTS({
model: {
name: 'en-US-Standard-C',
apiKey: 'your-api-key',
},
});
// New
const voice = new GoogleVoice({
speechModel: {
apiKey: 'your-api-key',
},
speaker: 'en-US-Standard-C',
});
The new package combines both speech synthesis and recognition capabilities.
FAQs
Mastra Google speech integration (DEPRECATED - use @mastra/voice-google instead)
The npm package @mastra/speech-google receives a total of 227 weekly downloads. As such, @mastra/speech-google popularity was classified as not popular.
We found that @mastra/speech-google demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 open source maintainers 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
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.

Security News
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.