youzanyun-open-sdk
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -38,5 +38,4 @@ const FormData = require('form-data'); | ||
} else { | ||
throw new Error(`请求${url}出错: ${response.data.message}`) | ||
throw new Error(`请求${url}出错: ${response.data.message} ${response.data.error_data}`) | ||
} | ||
} | ||
@@ -43,0 +42,0 @@ |
@@ -57,3 +57,3 @@ const Token = require('./token'); | ||
let token = await this._getCloudToken(kdtId); | ||
return token; | ||
return token.access_token; | ||
} | ||
@@ -60,0 +60,0 @@ } |
{ | ||
"name": "youzanyun-open-sdk", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
24227
17