
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).
w-audioplayer-vue
Advanced tools
An audio player by howler.
To view documentation or get support, visit docs.
To view some examples for more understanding, visit examples:
all examples: web [source code]
Note: w-audioplayer-vue is mainly dependent on
w-howler
.
npm i w-audioplayer-vue
By import:
<w-audioplayer-vue
v-model="..."
></w-audioplayer-vue>
import WAudioplayerVue from 'w-audioplayer-vue'
Vue.component('w-audioplayer-vue', WAudioplayerVue)
Note: w-audioplayer-vue is mainly dependent on
vue
.
[Necessary] Add script for vue.
<script src="https://cdn.jsdelivr.net/npm/vue@2.x/dist/vue.min.js"></script>
[Necessary] Add script for w-audioplayer-vue.
<script src="https://cdn.jsdelivr.net/npm/w-audioplayer-vue@2.0.12/dist/w-audioplayer-vue.umd.js"></script>
Directly use:
<w-audioplayer-vue
v-model="..."
></w-audioplayer-vue>
Vue.component('w-audioplayer-vue', window['w-audioplayer-vue'])
new Vue({
el: '#app',
data: {
content: 'abc中文123'
}
})
FAQs
An audio player by howler.
The npm package w-audioplayer-vue receives a total of 22 weekly downloads. As such, w-audioplayer-vue popularity was classified as not popular.
We found that w-audioplayer-vue 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.
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.