New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

joywok-business-components

Package Overview
Dependencies
Maintainers
6
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joywok-business-components - npm Package Compare versions

Comparing version 0.0.160 to 0.0.161

10

components/share/ShareObj.js

@@ -42,3 +42,4 @@ import React, { Component } from 'react';

data: [],
shield: false
shield: false,
user_filtering: false
}, props.data, { select: selectD },

@@ -632,2 +633,5 @@ {

}
if(data.user_filtering){
url += '&check_admin_auth=1';
}
if(data.shield){

@@ -882,2 +886,5 @@ url = '/api/iam/deptslist?pageno=0&pagesize=100&dept_id=' + data.shield + '&s=' + encodeURIComponent(text)

}
if(data.user_filtering){
url += '&check_admin_auth=1';
}
if(data.shield){

@@ -896,2 +903,3 @@ url = '/api/iam/deptslist?pageno=0&pagesize=' + datas['pagesize'] + '&dept_id=' + data.shield

shield: data.shield ? data.shield : false,
user_filtering: data.user_filtering ? data.user_filtering : false,
page: data.shield ? resp["data"]["JMStatus"] : resp["data"]["JMObjs"]["page"],

@@ -898,0 +906,0 @@ nowNav: [data]

2

package.json
{
"name": "joywok-business-components",
"version": "0.0.160",
"version": "0.0.161",
"description": "",

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

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