Gathering detailed insights and metrics for w-audioplayer-vue
Gathering detailed insights and metrics for w-audioplayer-vue
Gathering detailed insights and metrics for w-audioplayer-vue
Gathering detailed insights and metrics for w-audioplayer-vue
npm install w-audioplayer-vue
Typescript
Module System
Node Version
NPM Version
HTML (45.26%)
Vue (36.89%)
JavaScript (17.86%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
12 Stars
35 Commits
1 Watchers
6 Branches
1 Contributors
Updated on Mar 04, 2024
Latest Version
2.0.12
Package Id
w-audioplayer-vue@2.0.12
Unpacked Size
1.80 MB
Size
1.00 MB
File Count
73
NPM Version
10.2.4
Node Version
20.11.1
Published on
Mar 25, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
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
.
1npm i w-audioplayer-vue
By import:
1<w-audioplayer-vue 2 v-model="..." 3></w-audioplayer-vue> 4 5import WAudioplayerVue from 'w-audioplayer-vue' 6 7Vue.component('w-audioplayer-vue', WAudioplayerVue)
Note: w-audioplayer-vue is mainly dependent on
vue
.
[Necessary] Add script for vue.
1<script src="https://cdn.jsdelivr.net/npm/vue@2.x/dist/vue.min.js"></script>
[Necessary] Add script for w-audioplayer-vue.
1<script src="https://cdn.jsdelivr.net/npm/w-audioplayer-vue@2.0.12/dist/w-audioplayer-vue.umd.js"></script>
Directly use:
1<w-audioplayer-vue 2 v-model="..." 3></w-audioplayer-vue> 4 5Vue.component('w-audioplayer-vue', window['w-audioplayer-vue']) 6 7new Vue({ 8 el: '#app', 9 data: { 10 content: 'abc中文123' 11 } 12})
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no SAST tool detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
42 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More