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

youzanyun-open-sdk

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youzanyun-open-sdk - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

lib/api-client/index.js

@@ -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",

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