New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vlc.js

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vlc.js

A VLC HTTP Endpoint wrapper for NodeJS

latest
Source
npmnpm
Version
5.0.0-alpha
Version published
Maintainers
1
Created
Source

Banner

npm i vlc.js

Example Usage

import Client from 'vlc.js';

const client = new Client(
  'http://127.0.0.1:8080',
  'rosebud',
);
const status = await client.getStatus();
console.log(`${status.meta.title} is playing.`);

FAQs

Package last updated on 04 Jan 2022

Did you know?

Socket

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.

Install

Related posts