
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
password-keyboard
Advanced tools
npm install --save password-keyboard
import passwordKeyboard from 'password-keyboard'
components:{
passwordKeyboard
}
| 属性 | 类型 | 是否必填 | 默认值 |
|---|---|---|---|
| show | Boolean | 是 | false |
| tradeAmount | String,Number | 否 | 无,不传时不显示 |
| title | String | 否 | 无,不传时不显示 |
| passLength | Number | 否 | 6 |
| mask | Boolean | 否 | true |
//输入完成后触发,(输入长度为密码长度时完成)
@complet
<template>
<div id="app">
<button @click="showHandler">显示密码框</button>
<passwordKeyboard @complet="completHandler" :show="show"> </passwordKeyboard>
</div>
</template>
<script>
import passwordKeyboard from 'vue-password-keyboard'
export default {
name: 'App',
components: {
passwordKeybord
},
data() {
return {
show: false,
isHave: null
}
},
mounted() {},
methods: {
showHandler() {
this.show = true
},
completHandler(pass) {
this.show = false
}
}
}
</script>
https://password-keybord-beryl.vercel.app
FAQs
```vue npm install --save password-keyboard ```
We found that password-keyboard 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
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.