Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@beisen-cmps/composite-text-box
Advanced tools
cnpm install 或 npm install cnpm使用教程
npm run dev (开发环境打包 port:8080)
npm run test (测试用例)
npm run build (生产环境打包)
const props = {
showTag:'测试测试',
defaultValue:'acdscasdfsdfsdfsdfsdfsdfds',
placeHolder:'',
errorStatus:false,
showText:'1111',
errorMsg:'出错了~~~!',
symbol:'', //符号,为空时没有符号
helpMsg:'dsadsa',
sideTip:false, //toolTip是否左右显示
hiddenTip:false, //toolTip是否显示
hidden:false,
hasClosebtn:true, //框内删除符号 默认存在
disabled:false,
readonly:true,
required:true,
lablePos: true, //label位置,true时在左边,false在上边
lableTxt: false, //label中文字对齐方式,true左对齐,false右对齐
onClick:function(event, status, value){},
onFocus:function(event, status, value){},
onChange:function(event, status, value){console.log(event.target)},
onBlur:function(event, status, value){console.log(value)}
}
1.安装npm组件包
npm install @beisen/text-box --save-dev
2.引用组件
import Textbox from "@beisen/text-box"
3.传入参数
data:{
"showTag":"测试测试"
,"defaultValue":"acdscasdfsdfsdfsdfsdfsdfds"
,"placeHolder":""
,"errorStatus":false
,"showText":"1111"
,"errorMsg":"出错了~~~!"
,"symbol":"" //符号,为空时没有符号
,"helpMsg":"dsadsa"
,"sideTip":false //toolTip是否左右显示
,"hiddenTip":false //toolTip是否显示
,"hidden":false
,"hasClosebtn":true //框内删除符号 默认存在
,"disabled":false
,"readonly":true
,"required":true
,"lablePos": true //label位置,true时在左边,false在上边
,"lableTxt": false //label中文字对齐方式,true左对齐,false右对齐
,onClick:function(event, status, value){}
,onFocus:function(event, status, value){}
,onChange:function(event, status, value){console.log(event.target)}
,onBlur:function(event, status, value){console.log(value)}
}
render () {
return (
<Textbox {...this.state.data} />
)
}
FAQs
Textbox
We found that @beisen-cmps/composite-text-box demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.