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.10 to 1.0.11

4

lib/token/manager.js

@@ -10,3 +10,3 @@ const Token = require('./token');

httpClient,
openHost
tokenHost
}) {

@@ -19,3 +19,3 @@ this.cloudType = '';

this.tokenService = new Token({
clientId, clientSecret, openHost,
clientId, clientSecret, tokenHost,
httpClient: this.httpClient

@@ -22,0 +22,0 @@ });

@@ -32,3 +32,3 @@ const Config = require('../utils/config');

httpClient,
openHost
tokenHost
}) {

@@ -38,3 +38,3 @@ this.clientId = clientId;

this.httpClient = httpClient;
this.requestTokenUrl = `https://${openHost || Config.OpenHost}/auth/token`
this.requestTokenUrl = `https://${tokenHost || Config.TokenHost}/auth/token`
}

@@ -41,0 +41,0 @@

exports.OpenHost = 'open.youzanyun.com';
exports.TokenHost = 'open.youzanyun.com';
{
"name": "youzanyun-open-sdk",
"version": "1.0.10",
"version": "1.0.11",
"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