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

@wecom/cloudbase-framework-plugin-actions

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wecom/cloudbase-framework-plugin-actions - npm Package Compare versions

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

LICENSE

27

lib/types/collection.d.ts

@@ -0,1 +1,4 @@

/**
* ww-provider-access-token
*/
export interface WWProviderAccessToken extends Expirable {

@@ -7,2 +10,5 @@ /** 服务商 ID */

}
/**
* ww-suite
*/
export interface WWSuite {

@@ -14,2 +20,5 @@ /** 第三方应用 ID */

}
/**
* ww-suite-ticket
*/
export interface WWSuiteTicket {

@@ -23,2 +32,5 @@ /** 第三方应用 ID */

}
/**
* ww-suite-access-token
*/
export interface WWSuiteAccessToken extends Expirable {

@@ -30,2 +42,5 @@ /** 第三方应用 ID */

}
/**
* ww-auth-info
*/
export interface WWAuthInfo {

@@ -43,2 +58,5 @@ /** 第三方应用 ID */

}
/**
* ww-corp-access-token
*/
export interface WWCorpAccessToken extends Expirable {

@@ -52,2 +70,5 @@ /** 第三方应用 ID */

}
/**
* ww-corp-jsapi-ticket
*/
export interface WWCorpJSAPITicket extends Expirable {

@@ -61,2 +82,5 @@ /** 第三方应用 ID */

}
/**
* ww-agent-jsapi-ticket
*/
export interface WWAgentJSAPITicket extends Expirable {

@@ -70,2 +94,5 @@ /** 第三方应用 ID */

}
/**
* ww-user
*/
export interface WWUser {

@@ -72,0 +99,0 @@ /** 对服务商全局唯一的用户 ID */

14

package.json
{
"name": "@wecom/cloudbase-framework-plugin-actions",
"version": "0.3.0-alpha.12",
"version": "0.3.0-alpha.13",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Tencent Wecom Team",
"license": "Apache-2.0",

@@ -14,5 +15,14 @@ "files": [

},
"homepage": "https://github.com/TencentWecom/wecom-cloudbase-framework-plugin/tree/master/packages/cloudbase-framework-plugin-actions",
"repository": {
"type": "git",
"url": "git+https://github.com/TencentWecom/wecom-cloudbase-framework-plugin.git",
"directory": "packages/cloudbase-framework-plugin-actions"
},
"bugs": {
"url": "https://github.com/TencentWecom/wecom-cloudbase-framework-plugin/issues"
},
"dependencies": {
"@cloudbase/node-sdk": "^2.3.5",
"@wecom/cloudbase-framework-plugin-util": "0.3.0-alpha.12",
"@wecom/cloudbase-framework-plugin-util": "0.3.0-alpha.13",
"node-fetch": "^2.6.1"

@@ -19,0 +29,0 @@ },

lib/actions/createAuth.d.ts
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