@wecom/cloudbase-framework-plugin-actions
Advanced tools
Comparing version 0.3.0-alpha.12 to 0.3.0-alpha.13
@@ -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 */ |
{ | ||
"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 @@ }, |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
47363
1
1
2
2
45
1083
1
+ Added@wecom/cloudbase-framework-plugin-util@0.3.0-alpha.13(transitive)
- Removed@wecom/cloudbase-framework-plugin-util@0.3.0-alpha.12(transitive)
Updated@wecom/cloudbase-framework-plugin-util@0.3.0-alpha.13