Installations
npm install @cloudcmd/clipboard
Developer Guide
Typescript
No
Module System
CommonJS
Min. Node Version
>=10
Node Version
13.7.0
NPM Version
6.12.1
Score
63
Supply Chain
67.8
Quality
75.1
Maintenance
100
Vulnerability
100
License
Releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
cloudcmd
Download Statistics
Total Downloads
38,828
Last Day
2
Last Week
9
Last Month
104
Last Year
1,806
GitHub Statistics
4 Stars
39 Commits
2 Forks
4 Watching
1 Branches
2 Contributors
Bundle Size
458.00 B
Minified
290.00 B
Minified + Gzipped
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
38,828
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Async Clipboard
Async clipboard api uses navigator.clipboard
if available or smallest polyfill
in the world.
Install
npm i @cloudcmd/clipboard
API
writeText(str)
Write text to clipboard.
1const clipboard = require('@cloudcmd/clipboard'); 2 3clipboard.writeText('hello') 4 .then(console.log) 5 .catch(console.error);
License
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
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
- Warn: no fuzzer integrations found
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
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