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

@beisen-platform/user-selector

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beisen-platform/user-selector - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

storybook-static/beisen-platform-user-selector/1.0.19/favicon.ico

6

lib/CommonModel.js

@@ -165,7 +165,3 @@ import _extends from "@babel/runtime/helpers/extends";

if (searchs.length == 0) {
return React.createElement("div", {
className: "us-no-data"
}, React.createElement("span", {
className: "empty-con"
}));
return null;
} else {

@@ -172,0 +168,0 @@ var searchsResult = searchs && searchs.map(function (item, index) {

@@ -164,3 +164,4 @@ import _typeof from "@babel/runtime/helpers/typeof";

searchDataFormat = _this$props2.searchDataFormat,
isShowDepartmentName = _this$props2.isShowDepartmentName;
isShowDepartmentName = _this$props2.isShowDepartmentName,
isSearchFetching = _this$props2.isSearchFetching;
return React.createElement(CommonModel, {

@@ -182,3 +183,4 @@ usedusers: usedusers,

searchDataFormat: searchDataFormat,
isShowDepartmentName: isShowDepartmentName
isShowDepartmentName: isShowDepartmentName,
isSearchFetching: isSearchFetching
});

@@ -185,0 +187,0 @@ } // 渲染高级模式

{
"name": "@beisen-platform/user-selector",
"version": "1.0.18",
"version": "1.0.19",
"description": "",

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

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