Gathering detailed insights and metrics for @types/react-copy-to-clipboard
Gathering detailed insights and metrics for @types/react-copy-to-clipboard
Gathering detailed insights and metrics for @types/react-copy-to-clipboard
Gathering detailed insights and metrics for @types/react-copy-to-clipboard
The repository for high quality TypeScript type definitions.
npm install @types/react-copy-to-clipboard
Typescript
Module System
99.8
Supply Chain
71.7
Quality
75.8
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.15%)
Shell (0.01%)
Total Downloads
87,795,120
Last Day
24,567
Last Week
513,981
Last Month
2,157,936
Last Year
26,303,147
NOASSERTION License
49,983 Stars
89,649 Commits
30,431 Forks
641 Watchers
7 Branches
9,958 Contributors
Updated on Jul 01, 2025
Latest Version
5.0.7
Package Id
@types/react-copy-to-clipboard@5.0.7
Unpacked Size
4.26 kB
Size
1.79 kB
File Count
5
Published on
Nov 07, 2023
Cumulative downloads
Total Downloads
1
npm install --save @types/react-copy-to-clipboard
This package contains type definitions for react-copy-to-clipboard (https://github.com/nkbt/react-copy-to-clipboard).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-copy-to-clipboard.
1import * as React from "react"; 2 3export as namespace CopyToClipboard; 4 5declare class CopyToClipboard extends React.PureComponent<CopyToClipboard.Props> {} 6 7declare namespace CopyToClipboard { 8 class CopyToClipboard extends React.PureComponent<Props> {} 9 10 interface Options { 11 debug?: boolean | undefined; 12 message?: string | undefined; 13 format?: string | undefined; // MIME type 14 } 15 16 interface Props { 17 children?: React.ReactNode; 18 text: string; 19 onCopy?(text: string, result: boolean): void; 20 options?: Options | undefined; 21 } 22} 23 24export = CopyToClipboard; 25
These definitions were written by Meno Abels, Bernabe, and Ward Delabastita.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 25/29 approved changesets -- score normalized to 8
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-06-30
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 MoreLast Day
28.8%
24,567
Compared to previous day
Last Week
-2.4%
513,981
Compared to previous week
Last Month
-3.2%
2,157,936
Compared to previous month
Last Year
22.1%
26,303,147
Compared to previous year