Socket
Socket
Sign inDemoInstall

saaf-common

Package Overview
Dependencies
0
Maintainers
7
Versions
167
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.9 to 2.0.10

saaf-common.iml

2

config/apiCommon.js

@@ -30,2 +30,4 @@ /*

bpmTaskService_revoke: `${host}/bpmServer/bpmTaskService/revoke`,
//是否可撤回,1:是,0:否
bpmTaskService_getRevokeStatus: `${host}/bpmServer/bpmTaskService/getRevokeStatus`,
// 驳回

@@ -32,0 +34,0 @@ bpmTaskService_complete: `${host}/bpmServer/bpmTaskService/complete`,

2

package.json
{
"name": "saaf-common",
"version": "2.0.9",
"version": "2.0.10",
"description": "",

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

@@ -48,2 +48,13 @@ /*

}
// 撤销
// processInstanceId, taskId
static getRevokeStatus(params){
return new Promise((resolve, reject)=>{
fetch.bpmTaskService_getRevokeStatus(params).then(res=>{
resolve(res)
}).catch(err=>{
reject(err)
})
})
}

@@ -50,0 +61,0 @@ // 通过

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc