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

NeteaseCloudMusicApi

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

NeteaseCloudMusicApi - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

# 更新日志
### 3.0.4 | 2018.11.15
- 修复 `/song/url` 接口无法返回多个音乐数据的问题

@@ -3,0 +5,0 @@ ### 3.0.3 | 2018.11.09

@@ -8,3 +8,3 @@ // 歌曲链接

const data = {
ids: '[' + parseInt(query.id) + ']',
ids: '[' + query.id + ']',
br: parseInt(query.br || 999000)

@@ -11,0 +11,0 @@ }

{
"name": "NeteaseCloudMusicApi",
"version": "3.0.3",
"version": "3.0.4",
"description": "网易云音乐 NodeJS 版 API",

@@ -5,0 +5,0 @@ "scripts": {