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.2.0 to 1.3.0

4

api-client.js

@@ -46,4 +46,4 @@ /**

_getCurrentSecret() {
const { CLIENT_ID, CLIENT_SECRET } = process.env;
return { CLIENT_ID, CLIENT_SECRET };
const { OPENSDK_CLIENTID, OPENSDK_CLIENTSECRET } = process.env;
return { CLIENT_ID: OPENSDK_CLIENTID, CLIENT_SECRET: OPENSDK_CLIENTSECRET };
}

@@ -50,0 +50,0 @@

{
"name": "youzanyun-sdk-nodejs",
"version": "1.2.0",
"version": "1.3.0",
"description": "有赞云 nodejs sdk",

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

@@ -0,1 +1,4 @@

process.env.OPENSDK_CLIENTID = '434bff5f1b502f9668';
process.env.OPENSDK_CLIENTSECRET = '70a34a0821086087b331b96a086562b0';
const sdk = require('./index');

@@ -2,0 +5,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