
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
vuetify3-audio-player
Advanced tools
A beautiful, modern, and fully customizable audio player for Vue 3 & Vuetify 3.
Try all features live in the /playground
folder or online demo. All props, color options, and variants are interactive.
npm install vuetify3-audio-player --save
import VuetifyAudio from "vuetify3-audio-player";
export default {
components: { VuetifyAudio },
data: () => ({
file: "http://www.hochmuth.com/mp3/Boccherini_Concerto_478-1.mp3",
}),
};
<vuetify-audio
:file="file"
color="primary"
:downloadable="true"
:minimal="false"
:autoPlay="false"
:flat="false"
:playbackSpeed="false"
:loopable="false"
:ended="onEnded"
:canPlay="onCanPlay"
playIcon="mdi-play"
pauseIcon="mdi-pause"
stopIcon="mdi-stop"
refreshIcon="mdi-refresh"
downloadIcon="mdi-download"
volumeHighIcon="mdi-volume-high"
volumeMuteIcon="mdi-volume-mute"
variant="default"
/>
Prop | Type | Default | Description |
---|---|---|---|
file | String | null | Audio file URL (required) |
color | String | null | Vuetify color for controls |
downloadable | Boolean | false | Show download button |
minimal | Boolean | false | Minimal UI mode |
autoPlay | Boolean | false | Autoplay on load |
flat | Boolean | false | Flat card style |
playbackSpeed | Boolean | false | Show playback speed button (user can change speed) |
loopable | Boolean | false | Show repeat button and allow looping (user can toggle repeat) |
ended | Function | () => {} | Callback when audio ends (event handler) |
canPlay | Function | () => {} | Callback when audio can play (event handler) |
playIcon | String | "mdi-play" | Icon for play button (Material Design Icon name) |
pauseIcon | String | "mdi-pause" | Icon for pause button (Material Design Icon name) |
stopIcon | String | "mdi-stop" | Icon for stop button (Material Design Icon name) |
refreshIcon | String | "mdi-refresh" | Icon for refresh/reload button (Material Design Icon name) |
downloadIcon | String | "mdi-download" | Icon for download button (Material Design Icon name) |
volumeHighIcon | String | "mdi-volume-high" | Icon for volume high (Material Design Icon name) |
volumeMuteIcon | String | "mdi-volume-mute" | Icon for volume mute (Material Design Icon name) |
variant | String | "default" | Player style variant (default, modern, tonal) |
MIT
FAQs
Audio player for Vue 3 based on Vuetify.
The npm package vuetify3-audio-player receives a total of 32 weekly downloads. As such, vuetify3-audio-player popularity was classified as not popular.
We found that vuetify3-audio-player 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.