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.8 to 2.9.9

3

CHANGELOG.MD
# 更新日志
### 2.9.9 | 2018.05.16
Bug 修复
### 2.9.8 | 2018.05.10

@@ -3,0 +6,0 @@ 新增歌手分类列表,收藏/取消收藏歌手接口,新增更新用户信息,更新歌单接口

2

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

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

@@ -22,2 +22,4 @@ # 网易云音乐 API

## 版本新特性
### 2.9.8 | 2018.05.10
新增歌手分类列表,收藏/取消收藏歌手接口,新增更新用户信息,更新歌单接口

@@ -24,0 +26,0 @@ ### 2.9.0 | 2018.01.26

@@ -43,2 +43,5 @@ const Encrypt = require("./crypto.js");

// console.log(cookie);
if (cookie.match(/_csrf=[^(;|$)]+;/g))
data.csrf_token = cookie.match(/_csrf=[^(;|$)]+/g)[0].slice(6);
else data.csrf_token = "";
const proxy = cookie.split("__proxy__")[1];

@@ -45,0 +48,0 @@ cookie = cookie.split("__proxy__")[0];

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