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

youzanyun-sdk-nodejs

Package Overview
Dependencies
Maintainers
3
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 2.0.0-beta.15 to 2.0.0-beta.16

2

lib/api-client.js

@@ -199,3 +199,3 @@ "use strict";

}, axiosConfig) {
const url = `https://${this._openHost}/api/${api}/${version}?access_token=0a2f29d15fe39ca1558ba333e3bc54e`;
const url = `https://${this._openHost}/api/${api}/${version}?access_token=0a2f29d15fe39ca1558ba333e3bc11e`;

@@ -202,0 +202,0 @@ if (files && Object.keys(files).length > 0) {

{
"name": "youzanyun-sdk-nodejs",
"version": "2.0.0-beta.15",
"version": "2.0.0-beta.16",
"description": "有赞云 nodejs sdk",

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

@@ -137,3 +137,3 @@ const TokenService = require('./token');

async _call({ api, version, params, files, token }, axiosConfig) {
const url = `https://${this._openHost}/api/${api}/${version}?access_token=0a2f29d15fe39ca1558ba333e3bc54e`;
const url = `https://${this._openHost}/api/${api}/${version}?access_token=0a2f29d15fe39ca1558ba333e3bc11e`;

@@ -140,0 +140,0 @@ if (files && Object.keys(files).length > 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