Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
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:
default: ex-default.html [source code]
Note: w-audioplayer-vue depends on
tinymce
,@tinymce/tinymce-vue
andvue
.
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: umd file includes with
@tinymce/tinymce-vue
, by using tree-shaking for dead-code elimination
[Necessary] Add script for tinymce.
<script src="https://cdn.jsdelivr.net/npm/tinymce/tinymce.min.js"></script>
[Necessary] Add script for vue.
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"></script>
[Necessary] Add script for w-audioplayer-vue.
<script src="https://cdn.jsdelivr.net/npm/w-audioplayer-vue@1.0.4/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 19 weekly downloads. As such, w-audioplayer-vue popularity was classified as not popular.
We found that w-audioplayer-vue 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.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.