Gathering detailed insights and metrics for use-detect-keyboard-open
Gathering detailed insights and metrics for use-detect-keyboard-open
Gathering detailed insights and metrics for use-detect-keyboard-open
Gathering detailed insights and metrics for use-detect-keyboard-open
npm install use-detect-keyboard-open
Typescript
Module System
Node Version
NPM Version
83.7
Supply Chain
69.1
Quality
75.7
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
703,574
Last Day
1,629
Last Week
8,604
Last Month
41,414
Last Year
369,388
31 Stars
9 Commits
3 Forks
2 Watchers
6 Branches
1 Contributors
Updated on Oct 10, 2024
Minified
Minified + Gzipped
Latest Version
0.4.0
Package Id
use-detect-keyboard-open@0.4.0
Unpacked Size
4.38 kB
Size
2.13 kB
File Count
4
NPM Version
6.14.17
Node Version
14.21.2
Published on
Jan 14, 2023
Cumulative downloads
Total Downloads
Last Day
4%
1,629
Compared to previous day
Last Week
-8.1%
8,604
Compared to previous week
Last Month
33.7%
41,414
Compared to previous month
Last Year
34.5%
369,388
Compared to previous year
yarn add use-detect-keyboard-open
or
npm i use-detect-keyboard-open
import useDetectKeyboardOpen from "use-detect-keyboard-open";
export default function App() {
const isKeyboardOpen = useDetectKeyboardOpen();
return (
<div>
<h2>{`soft keyboard is ${isKeyboardOpen ? "open" : "close"}`}</h2>
<input defaultValue="click here for open keyboard" />
</div>
);
}
useDetectKeyboardOpen( minKeyboardHighte , defalutValue )
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/9 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
15 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More