Socket
Socket
Sign inDemoInstall

saaf-common

Package Overview
Dependencies
0
Maintainers
6
Versions
167
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.9 to 1.5.0

2

package.json
{
"name": "saaf-common",
"version": "1.4.9",
"version": "1.5.0",
"description": "",

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

@@ -12,2 +12,3 @@ /*

import { urlTool } from "../index"
import { Base64 } from "js-base64"

@@ -35,6 +36,7 @@ export default class tabsTool{

menu.close = menu.close===false?false:true
let params = {menuId:item.menuId,respId:store.state.user.currentResp.responsibilityId}
// let params = {menuId:item.menuId,respId:store.state.user.currentResp.responsibilityId}
let params = {}
let query = routerController.history.current.query
if(item.menuId){
params.menuId = item.menuId
params.menuId = Base64.encode(item.menuId)
}else{

@@ -46,3 +48,3 @@ params.menuId = query.menuId

}else{
params.respId = store.state.user.currentResp.responsibilityId
params.respId = Base64.encode(store.state.user.currentResp.responsibilityId)
}

@@ -49,0 +51,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