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

youzanyun-sdk-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youzanyun-sdk-nodejs - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

4

index.js

@@ -15,4 +15,4 @@ /**

module.exports = {
request: params => httpClient.request(params),
callApi: params => apiClient.callApi(params),
request: (...params) => httpClient.request(...params),
callApi: (...params) => apiClient.callApi(...params),
};
{
"name": "youzanyun-sdk-nodejs",
"version": "1.8.0",
"version": "1.8.1",
"description": "有赞云 nodejs sdk",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -20,11 +20,16 @@ process.env.OPENSDK_CLIENTID = '434bff5f1b502f9668';

const call_main_handler = async () => {
const foo = await sdk.callApi({
api: 'youzan.shop.configs.get',
version: '1.0.0',
params: {
keys: ['is_youzan_secured', 'customer_blacklist_switch'],
const foo = await sdk.callApi(
{
api: 'youzan.shop.configs.get',
version: '1.0.0',
params: {
keys: ['is_youzan_secured', 'customer_blacklist_switch'],
},
files: null,
grant_id: 53548965,
},
files: null,
kdtId: 53548965,
});
{
timeout: 2000,
},
);

@@ -31,0 +36,0 @@ console.log(foo);

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