Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
component-clipboard
Advanced tools
Clipboard library.
$ component install component/clipboard
var Clipboard = require('clipboard');
var clip = new Clipboard(window);
clip.on('paste', function(e){
e.items.forEach(function(item){
console.log(item);
});
});
clip.on('cut', function(){
console.log('cut');
});
clip.on('copy', function(e){
console.log('copy');
});
Bind event handlers. This is done for you in the constructor.
Unbind event handlers.
MIT
FAQs
Clipboard API wrapper
The npm package component-clipboard receives a total of 0 weekly downloads. As such, component-clipboard popularity was classified as not popular.
We found that component-clipboard demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 30 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.