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.
ember-cli-clipboard
Advanced tools
A simple ember wrapper around clipboard.js (no flash)
http://jkusa.github.io/ember-cli-clipboard
<!-- Set text directly -->
{{#copy-button
clipboardText='text to be copied'
success='success'
error='error'
}}
Click To Copy
{{/copy-button}}
<!-- Get text from target element -->
<input id="url" type="text" value="https://github.com/jkusa/ember-cli-clipboard">
{{#copy-button
clipboardTarget="#url"
success='success'
error='error'
}}
Click To Copy
{{/copy-button}}
clipboardText
- string value to be copiedclipboardTarget
- selector string of element from which to copy textclipboardAction
- string value of operation: copy
or cut
(default is copy)The following clipboard.js custom events are sent as actions
success
sent on successful copyerror
sent on failed copyMore information about the clipboard.js events can be found here
For browser support information, checkout the clipboard.js documentation:
https://github.com/zenorocha/clipboard.js/#browser-support
git clone
this repositorynpm install
bower install
ember server
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
<small>0.2.1 (2015-10-22)</small>
FAQs
Clipboard.js button component
The npm package ember-cli-clipboard receives a total of 17,765 weekly downloads. As such, ember-cli-clipboard popularity was classified as popular.
We found that ember-cli-clipboard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.