Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

NeteaseCloudMusicApi

Package Overview
Dependencies
Maintainers
1
Versions
336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

NeteaseCloudMusicApi - npm Package Compare versions

Comparing version 2.9.6 to 2.9.7

router/artist_list.js

13

app.js

@@ -50,2 +50,11 @@ const express = require("express");

// 收藏歌手
app.use("/artist/sub", require("./router/artist_sub"));
// 取消收藏歌手
app.use("/artist/unsub", require("./router/artist_unsub"));
// 歌手分类
app.use("/artist/list", require("./router/artist_list"));
// 获取 banner

@@ -159,6 +168,6 @@ app.use("/banner", require("./router/banner"));

// 热门歌单
// 热门歌单分类
app.use("/playlist/hot", require("./router/playlist_hot"));
// 全部歌单
// 全部歌单分类
app.use("/playlist/catlist", require("./router/playlist_catlist"));

@@ -165,0 +174,0 @@

# 更新日志
### 2.9.7 | 2018.05.10
新增歌手分类列表,收藏/取消收藏歌手接口
### 2.9.6 | 2018.05.08

@@ -3,0 +6,0 @@ 新增发送私信相关接口,新增新建歌单,收藏/取消收藏歌单接口

18

package.json
{
"name": "NeteaseCloudMusicApi",
"version": "2.9.6",
"version": "2.9.7",
"description": "网易云音乐 NodeJS 版 API",

@@ -17,6 +17,6 @@ "scripts": {

"dependencies": {
"apicache": "^1.2.0",
"big-integer": "^1.6.26",
"express": "^4.16.2",
"request": "^2.83.0"
"apicache": "^1.2.1",
"big-integer": "^1.6.28",
"express": "^4.16.3",
"request": "^2.85.0"
},

@@ -26,7 +26,7 @@ "devDependencies": {

"intelli-espower-loader": "^1.0.1",
"lint-staged": "^6.0.1",
"mocha": "^5.0.0",
"power-assert": "^1.4.4",
"prettier": "^1.10.2"
"lint-staged": "^7.1.0",
"mocha": "^5.1.1",
"power-assert": "^1.5.0",
"prettier": "^1.12.1"
}
}
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