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.4 to 1.9.0

4

api-client.js

@@ -28,3 +28,3 @@ /**

const Breakdown = require('./breakdown');
const { NEED_PREVENT_BREAKDOWN, OPEN_HOST, QA_OPEN_HOST, PRE_OPEN_HOST } = require('./config');
const { NEED_PREVENT_BREAKDOWN, OPEN_HOST } = require('./config');
const packageJson = require('./package.json');

@@ -35,3 +35,3 @@

this._httpClient = httpClient;
this._openHost = openHost || PRE_OPEN_HOST;
this._openHost = openHost || OPEN_HOST;
this._tokenCache = new TokenCache();

@@ -38,0 +38,0 @@ this._breakdown = new Breakdown();

{
"name": "youzanyun-sdk-nodejs",
"version": "1.8.4",
"version": "1.9.0",
"description": "有赞云 nodejs sdk",

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

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

this.httpClient = httpClient;
this.requestTokenUrl = `https://${tokenHost || config.PRE_TOKEN_HOST}/auth/token`;
this.requestTokenUrl = `https://${tokenHost || config.TOKEN_HOST}/auth/token`;
}

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