Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@uiw/copy-to-clipboard
Advanced tools
This styling is an extra step which is likely not required.
Why is it here? To ensure:
flash
render it has minimal visual impact.The likelihood is the element won't even render, not even a flash, so some of these are just precautions. However in IE the element is visible whilst the popup box asking the user for permission for the web page to copy to the clipboard. Place in top-left corner of screen regardless of scroll position.
You will need Node.js installed on your system.
$ npm i @uiw/copy-to-clipboard
import copyTextToClipboard from '@uiw/copy-to-clipboard';
copyTextToClipboard('test', (isCopy) => {
console.log('isCopy:', isCopy);
});
Or manually download and link copy-to-clipboard in your HTML, It can also be downloaded via UNPKG:
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
<script type="text/javascript">
copyTextToClipboard('test', (isCopy) => {
console.log('isCopy:', isCopy);
});
</script>
As always, thanks to our amazing contributors!
Made with contributors.
Licensed under the MIT License.
FAQs
Copy to clipboard.
The npm package @uiw/copy-to-clipboard receives a total of 79,131 weekly downloads. As such, @uiw/copy-to-clipboard popularity was classified as popular.
We found that @uiw/copy-to-clipboard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.