📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

vue-keyboard-virtual-next

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-keyboard-virtual-next - npm Package Compare versions

Comparing version

to
1.0.2

2

package.json
{
"name": "vue-keyboard-virtual-next",
"version": "1.0.1",
"version": "1.0.2",
"description": "keyBoard base on Vue3 , support hand write✒",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -168,3 +168,3 @@ <p align="center">

| reSignUp | 重新给input注册绑定键盘,当页面有新的input标签出现时调用此方法 | ()=> void | v1.0.0+ |
| getCurrentInput | 获取当前聚焦的输入框 | ()=> HTMLInputElement \| null | v1.0.1+ |
| getCurrentInput | 获取当前聚焦的输入框 | ()=> HTMLInputElement \| HTMLTextAreaElement \| v1.0.2+ |

@@ -171,0 +171,0 @@ ```vue

Sorry, the diff of this file is too big to display