
Security News
vlt Launches Real-Time Dependency Analysis Powered by Socket
vlt adds real-time security selectors powered by Socket, enabling developers to query and analyze package risks directly in their dependency graph.
@richienb/vlc
Advanced tools
An interface to VLC Media Player.
npm install @richienb/vlc
import createVlc from '@richienb/vlc';
const vlc = await createVlc();
// Play audio
await vlc.command('in_play', {
input: 'audio-file.mp3',
});
// Pause/resume audio
await vlc.command('pl_pause');
Returns a promise which resolves with the vlc instance.
Get the current player status. Returns a promise.
Get the current playlist information. Returns a promise.
Execute a command on the player. Returns a promise that resolves when the command has been sent.
Type: string
The command to execute.
FAQs
An interface to VLC Media Player.
The npm package @richienb/vlc receives a total of 26 weekly downloads. As such, @richienb/vlc popularity was classified as not popular.
We found that @richienb/vlc demonstrated a not healthy version release cadence and project activity because the last version was released 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
vlt adds real-time security selectors powered by Socket, enabling developers to query and analyze package risks directly in their dependency graph.
Security News
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.
Product
Socket's Rubygems ecosystem support is moving from beta to GA, featuring enhanced security scanning to detect supply chain threats beyond traditional CVEs in your Ruby dependencies.