New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wecom/cloudbase-framework-plugin-node-sdk

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wecom/cloudbase-framework-plugin-node-sdk - npm Package Compare versions

Comparing version 0.3.0-alpha.13 to 0.3.0-alpha.14

24

lib/Wecom.d.ts

@@ -83,26 +83,2 @@ import { CloudBase } from '@cloudbase/node-sdk/lib/cloudbase';

/**
* 消费重定向 OAuth code 并记录成员信息
*
* @see https://open.work.weixin.qq.com/api/doc/90001/90143/91121
*/
consumeRedirectOAuthCode(req: t.ConsumeRedirectOAuthCodeReq): Promise<t.ConsumeRedirectOAuthCodeRes>;
/**
* 消费扫码 OAuth code 并记录成员信息
*
* @see https://open.work.weixin.qq.com/api/doc/90001/90143/91125
*/
consumeQRCodeOAuthCode(req: t.ConsumeQRCodeOAuthCodeReq): Promise<t.ConsumeQRCodeOAuthCodeRes>;
/**
* 记录用户信息
*/
setUserInfo(req: t.SetUserInfoReq): Promise<void>;
/**
* 获取用户信息
*/
getUserInfo(req: t.GetUserInfoReq): Promise<t.GetUserInfoRes>;
/**
* 删除用户信息
*/
deleteUserInfo(req: t.DeleteUserInfoReq): Promise<void>;
/**
* 请求企业微信 Open API

@@ -109,0 +85,0 @@ */

@@ -113,36 +113,2 @@ "use strict";

/**
* 消费重定向 OAuth code 并记录成员信息
*
* @see https://open.work.weixin.qq.com/api/doc/90001/90143/91121
*/
consumeRedirectOAuthCode(req) {
return this.invoke('consumeRedirectOAuthCode', req);
}
/**
* 消费扫码 OAuth code 并记录成员信息
*
* @see https://open.work.weixin.qq.com/api/doc/90001/90143/91125
*/
consumeQRCodeOAuthCode(req) {
return this.invoke('consumeQRCodeOAuthCode', req);
}
/**
* 记录用户信息
*/
setUserInfo(req) {
return this.invoke('setUserInfo', req);
}
/**
* 获取用户信息
*/
getUserInfo(req) {
return this.invoke('getUserInfo', req);
}
/**
* 删除用户信息
*/
deleteUserInfo(req) {
return this.invoke('deleteUserInfo', req);
}
/**
* 请求企业微信 Open API

@@ -149,0 +115,0 @@ */

6

package.json
{
"name": "@wecom/cloudbase-framework-plugin-node-sdk",
"version": "0.3.0-alpha.13",
"version": "0.3.0-alpha.14",
"main": "lib/index.js",

@@ -26,4 +26,4 @@ "types": "lib/index.d.ts",

"@cloudbase/node-sdk": "^2.3.5",
"@wecom/cloudbase-framework-plugin-actions": "0.3.0-alpha.13",
"@wecom/cloudbase-framework-plugin-util": "0.3.0-alpha.13"
"@wecom/cloudbase-framework-plugin-actions": "0.3.0-alpha.14",
"@wecom/cloudbase-framework-plugin-util": "0.3.0-alpha.14"
},

@@ -30,0 +30,0 @@ "devDependencies": {

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