Socket
Socket
Sign inDemoInstall

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.48 to 1.0.49

assets/css/saaf-common.less

20

config/apiCommon.js

@@ -5,3 +5,3 @@ /*

* @Last Modified by: zhengxiaowen
* @Last Modified time: 2019-11-14 10:20:24
* @Last Modified time: 2019-12-09 11:34:49
*/

@@ -17,4 +17,22 @@ import platform from '@/config/platform'

v2_file_download: `${host}/saaf-file-server/v2/file/download`,
/****** 流程 start ******/
// 撤回
bpmTaskService_revoke: `${host}/bpmServer/bpmTaskService/revoke`,
// 驳回
bpmTaskService_complete: `${host}/bpmServer/bpmTaskService/complete`,
// 发消息
bpmCommunicateService_save: `${host}/bpmServer/bpmCommunicateService/save`,
// 增加助审
bpmTaskService_addSubTask: `${host}/bpmServer/bpmTaskService/addSubTask`,
// 审批历史
bpmHistoryService_findHistoricActivities: `${host}/bpmServer/bpmHistoryService/findHistoricActivities`,
// 查询任务节点
bpmHistoryService_findTaskNodes: `${host}/bpmServer/bpmHistoryService/findTaskNodes`
/****** 流程 end ******/
}
export default api

4

index.js

@@ -5,3 +5,3 @@ /*

* @Last Modified by: zhengxiaowen
* @Last Modified time: 2019-12-03 10:26:23
* @Last Modified time: 2019-12-09 09:25:04
*/

@@ -27,2 +27,3 @@

import btnGroupTool from './tool/btnGroupTool'
import flowTool from './tool/flowTool'

@@ -47,2 +48,3 @@ export {

btnGroupTool,
flowTool,
// 工具 end

@@ -49,0 +51,0 @@

{
"name": "saaf-common",
"version": "1.0.48",
"version": "1.0.49",
"description": "",

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

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 not supported yet

Sorry, the diff of this file is not supported yet

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