Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
移动端密码控件。
maxlength
定义了密码长度,默认长度为 6。minlength
。patterm
和 type
属性控制键盘响应。<input type="password" class="apassword"
pattern="\d*"
minlength="6" maxlength="6" />
var APassword = require('apassword');
new APassword("input.apassword")
.on("complete", function(value){
alert(value);
}).render();
</script>
获取密码。
清空密码。
让密码控件获得焦点,该行为会激活显示键盘。
让密码控件失去焦点,该行为会隐藏键盘。
指定位数的密码输入完成时,触发 complete
事件。
密码控件活动焦点时触发 focus
事件。
密码控件失去焦点时触发 blur
事件。
FAQs
A password ui control module.
We found that apassword 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 malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.