Gathering detailed insights and metrics for @cloudcmd/clipboard
Gathering detailed insights and metrics for @cloudcmd/clipboard
npm install @cloudcmd/clipboard
Typescript
Module System
Min. Node Version
Node Version
NPM Version
63
Supply Chain
67.8
Quality
75.1
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
38,828
Last Day
2
Last Week
9
Last Month
104
Last Year
1,806
4 Stars
39 Commits
2 Forks
4 Watching
1 Branches
2 Contributors
Minified
Minified + Gzipped
Latest Version
2.0.0
Package Id
@cloudcmd/clipboard@2.0.0
Unpacked Size
4.66 kB
Size
2.24 kB
File Count
5
NPM Version
6.12.1
Node Version
13.7.0
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
-81.3%
9
Compared to previous week
Last month
28.4%
104
Compared to previous month
Last year
-7.7%
1,806
Compared to previous year
Async clipboard api uses navigator.clipboard
if available or smallest polyfill
in the world.
npm i @cloudcmd/clipboard
Write text to clipboard.
1const clipboard = require('@cloudcmd/clipboard'); 2 3clipboard.writeText('hello') 4 .then(console.log) 5 .catch(console.error);
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
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
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
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