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

saaf-common

Package Overview
Dependencies
Maintainers
1
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saaf-common - npm Package Compare versions

Comparing version 1.0.55 to 1.0.56

8

config/apiCommon.js

@@ -31,4 +31,10 @@ /*

// 查询任务节点
bpmHistoryService_findTaskNodes: `${host}/bpmServer/bpmHistoryService/findTaskNodes`
bpmHistoryService_findTaskNodes: `${host}/bpmServer/bpmHistoryService/findTaskNodes`,
// 获取流程实例
bpmListService_getByParam: `${host}/bpmServer/bpmListService/getByParam`,
// 获取流程图
bpmProcessService_getGooflowProcessJSON: `${host}/bpmServer/bpmProcessService/getGooflowProcessJSON`
/****** 流程 end ******/

@@ -35,0 +41,0 @@ }

2

package.json
{
"name": "saaf-common",
"version": "1.0.55",
"version": "1.0.56",
"description": "",

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

@@ -14,2 +14,14 @@ /*

//查询流程实例
static getFlowInstance(params){
return new Promise((resolve, reject) => {
fetch.bpmListService_getByParam(params).then(res => {
resolve(res)
}).catch(err=> {
reject(err)
})
})
}
// 撤销

@@ -16,0 +28,0 @@ // processInstanceId, taskId

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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