NeteaseCloudMusicApi
Advanced tools
Comparing version 1.1.4 to 1.1.5
import request from 'request' | ||
function deepCopy(obj) { | ||
return JSON.parse(JSON.stringify(obj)); | ||
} | ||
const deepCopy=(obj)=>JSON.parse(JSON.stringify(obj)) | ||
const origin = 'http://music.163.com' | ||
let globalOption = { | ||
@@ -14,3 +11,2 @@ headers: { | ||
} | ||
let api = { | ||
@@ -17,0 +13,0 @@ search: (name = null,callback=null, limit = 3, offset = 0) => { |
{ | ||
"name": "NeteaseCloudMusicApi", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "网易云音乐nodejs版接口模块", | ||
@@ -5,0 +5,0 @@ "main": "build/app.js", |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
0
6293
7
124