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.12 to 2.0.0-beta.13

3

lib/api-client.js

@@ -76,4 +76,5 @@ "use strict";

CLIENT_ID
} = this._getCurrentSecret; // 从缓存中获取token
} = this._getCurrentSecret(); // 从缓存中获取token
const tokenInfo = this._tokenCache.get(CLIENT_ID, kdtId, this.logger);

@@ -80,0 +81,0 @@

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

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

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

const { CLIENT_ID } = this._getCurrentSecret;
const { CLIENT_ID } = this._getCurrentSecret();

@@ -41,0 +41,0 @@ // 从缓存中获取token

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