
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
test-vue-dplayer
Advanced tools
A Vue 2.x video player component based on DPlayer.
npm install test-vue-dplayer -S
CDN: https://unpkg.com/vue-dplayer@latest/dist/
import VueDPlayer from 'test-vue-dplayer'
import 'test-vue-dplayer/dist/test-vue-dplayer.css'
export default {
components: {
'd-player': VueDPlayer
}
}
| Name | Type | Default | Description |
|---|---|---|---|
| options | Object | -- | all player options |
Example:
<d-player @play="play"></d-player>
export default {
methods: {
play() {
console.log('play callback')
}
}
you can use all DPlayer APIs
Example:
<d-player ref="player"></d-player>
export default {
mounted() {
const player = this.$refs.player.dp
player.play()
setTimeout(() => {
player.pause()
}, 2000)
}
This content is released under the MIT License.
FAQs
A Vue 2.x video player component based on DPlayer
The npm package test-vue-dplayer receives a total of 3 weekly downloads. As such, test-vue-dplayer popularity was classified as not popular.
We found that test-vue-dplayer 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.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.