
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@pipecat-ai/daily-transport
Advanced tools
Daily transport package for use with @pipecat-ai/client-js
.
npm install \
@pipecat-ai/client-js \
@pipecat-ai/daily-transport
The DailyTransport class provides a WebRTC transport layer using Daily.co's infrastructure. It handles audio/video device management, WebRTC connections, and real-time communication between clients and bots.
import { PipecatClient } from "@pipecat-ai/client-js";
import { DailyTransport } from "@pipecat-ai/daily-transport";
const pcClient = new PipecatClient({
transport: new DailyTransport({ dailyFactoryOptions }),
enableCam: false, // Default camera off
enableMic: true, // Default microphone on
callbacks: {
// Event handlers
},
// ...
});
pcClient.connect({
url: 'https://your.daily.co/room'
});
// OR...
pcClient.connect({
endpoint: 'https://your-server/connect', // endpoint to return url
});
interface DailyTransportConstructorOptions {
dailyFactoryOptions?: DailyFactoryOptions; // Daily.co specific configuration
}
The transport can be in one of these states:
The transport implements the various Pipecat event handlers. Check out the docs or samples for more info.
The transport includes error handling for:
BSD-2 Clause
FAQs
Pipecat Daily Transport Package
The npm package @pipecat-ai/daily-transport receives a total of 5,475 weekly downloads. As such, @pipecat-ai/daily-transport popularity was classified as popular.
We found that @pipecat-ai/daily-transport demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.