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.1.1 to 2.1.2

8

docs/README.md

@@ -108,6 +108,6 @@ # NeteaseCloudMusicApi

**必选参数:**
`keywords` : 关键词
`keywords` : 关键词
**可选参数:**
`limit` : 返回数量,默认为30
`limit` : 返回数量,默认为30
`type`: 搜索类型;默认为1,取值意义:

@@ -120,3 +120,3 @@ 1: 单曲

`offset` : 偏移数量,用于分页
`offset` : 偏移数量,用于分页,如: 如:(评论页数-1)*30, 其中 30 为 limit 的值

@@ -156,2 +156,4 @@ **接口地址:**

`offset`: 偏移数量,用于分页,如:(评论页数-1)*20, 其中 20 为 limit 的值
**接口地址:**

@@ -158,0 +160,0 @@ `/comment`

{
"name": "NeteaseCloudMusicApi",
"version": "2.1.1",
"version": "2.1.2",
"description": "",

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

@@ -13,6 +13,6 @@ # 网易云音乐 API

## 版本新特性
## 2.1.0 | 2017.4.6
### 2.1.0 | 2017.4.6
增加获取评论接口以及对应单元测试,增加更新日志
## 2.0.0 | 2017.4.1
### 2.0.0 | 2017.4.1
版本升级到 2.0.增加使用文档,完成项目重构,增加更完善的单元测试,升级 api 到 v2+,支持登录并获取用户信息和创建的歌单,可通过获取音乐 url 接口获取用户歌单里的的音乐,获取每日推荐歌单和每日推荐音乐

@@ -19,0 +19,0 @@

@@ -9,3 +9,3 @@ const express = require("express")

const data = {
"offset": 0,
"offset": req.query.offset || 0,
"rid": rid,

@@ -12,0 +12,0 @@ "limit": req.query.limit || 20,

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