Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
angular2-clipboard
Advanced tools
Angular directive for clipboard.js by @zenorocha
It works with angular version 2.0.0 and up
To make more sense with the future versioning scheme of Angular, the directive selector is now rename to xngClipboard
You can get it on npm.
npm install angular2-clipboard --save
1. npm i
2. npm run build
npm run commit
to commit, and CI will do the rest.BREAKING CHANGE
keyword in the comment to trigger major releasenpm run semantic-release
locally to make sure the version number is push as expected.If you use webpack, check /demo/webpack
. Try to use the same version of webpack that demo used, if you run into any error.
If you don't need AoT support, you can stick with 1.4.0. 2.x is just trying to solve AoT issue.
The latest version (2.0.12) should work with AoT, please check /demo/angular2-aot-webpack to see how to make it work.
Kudos to Thierry Templier This project is base on his answer on StackOverflow Kudos to blacksonic AoT's demo is based on his project
FAQs
angular 2 clipboard
We found that angular2-clipboard demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.