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.5 to 1.0.6

14

lib/MultiModel.js

@@ -838,7 +838,2 @@ import _extends from "@babel/runtime/helpers/extends";

}, {
key: "componentDidUpdate",
value: function componentDidUpdate() {
this.changeLen();
}
}, {
key: "componentDidMount",

@@ -853,2 +848,11 @@ value: function componentDidMount() {

}, {
key: "componentDidUpdate",
value: function componentDidUpdate(prevProps) {
this.changeLen(); // 当结果发生增加时,滚动到底部,其他情况不变
if (prevProps.results && this.props.results && this.props.results.length > prevProps.results.length) {
this.refs.usResultsCon.scrollTop = 99999;
}
}
}, {
key: "render",

@@ -855,0 +859,0 @@ value: function render() {

{
"name": "@beisen-platform/user-selector",
"version": "1.0.5",
"version": "1.0.6",
"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