New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@liripeng/vue-audio-player

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liripeng/vue-audio-player - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

6

package.json
{
"name": "@liripeng/vue-audio-player",
"version": "1.6.0",
"version": "1.6.1",
"description": "Simple and practical Vue audio player component for PC mobile terminal(简单实用的 PC 移动端的 Vue 音频播放器组件)",

@@ -36,5 +36,3 @@ "license": "MIT",

"dependencies": {
"@any-touch/core": "^2.2.0",
"@any-touch/pan": "^2.2.0",
"@liripeng/vue-audio-player": "1.5.1",
"@liripeng/vue-audio-player": "^1.6.1",
"vue": "^3.2.47",

@@ -41,0 +39,0 @@ "vue-router": "^4.2.4"

@@ -17,2 +17,4 @@ <h3 align="center" style="margin: 30px 0 35px;">Vue Audio Player Component</h3>

<img src="https://github.com/1014156094/vue-audio-player/blob/master/example.jpg?raw=true" width="300">
## Features

@@ -80,6 +82,6 @@

{
src: 'http://music.163.com/song/media/outer/url?id=317151.mp3',
title: 'Audio Title 1',
artist: 'Artist Name 1',
album: 'Album Name 1',
src: 'http://music.163.com/song/media/outer/url?id=317151.mp3', // Required
title: 'Audio Title 1', // Optional,Phone lock screen music player display
artist: 'Artist Name 1', // Optional,Phone lock screen music player display
album: 'Album Name 1', // Optional,Phone lock screen music player display
artwork: [

@@ -91,7 +93,7 @@ {

},
],
], // Optional,Phone lock screen music player display
},
{
src: 'http://downsc.chinaz.net/Files/DownLoad/sound1/201906/11582.mp3',
title: 'Audio Title 2',
src: 'http://downsc.chinaz.net/Files/DownLoad/sound1/201906/11582.mp3', // Required
title: 'Audio Title 2', // Optional,Phone lock screen music player display
},

@@ -190,2 +192,8 @@ ],

### v1.6.1【2024/06/04】
- Improvement:<a href="https://github.com/1014156094/vue-audio-player/issues/67" target="_blank">Mouse-over shows hand icon despite :disabled-progress-drag and :disabled-progress-click</a>
- Fix:<a href="https://github.com/1014156094/vue-audio-player/issues/63" target="_blank">Since upgrading to 1.5.3: Sourcemap pointing to missing source files</a>
### v1.6.0【2024/06/04】

@@ -192,0 +200,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc