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.17 to 1.0.18

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

15

lib/CommonModel.js

@@ -40,2 +40,3 @@ import _extends from "@babel/runtime/helpers/extends";

_this.onMouseOver = _this.onMouseOver.bind(_assertThisInitialized(_this));
_this.isSearchFetchStart = false;
return _this;

@@ -155,2 +156,11 @@ }

if (this.isSearchFetchStart === true) {
return React.createElement(Loading, {
style: {
"borderRadius": "5px"
},
type: "small"
});
}
if (searchs.length == 0) {

@@ -203,2 +213,6 @@ return React.createElement("div", {

}
if (this.props.isSearchFetching === true && nextProps.isSearchFetching === false) {
this.isSearchFetchStart = false;
}
}

@@ -299,2 +313,3 @@ /* 渲染常用 */

this.isSearchFetchStart = true;
this.setState({

@@ -301,0 +316,0 @@ isSearch: true,

2

package.json
{
"name": "@beisen-platform/user-selector",
"version": "1.0.17",
"version": "1.0.18",
"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