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.
vue-awesome
Advanced tools
Font Awesome component for Vue.js, using inline SVG.
Vue-Awesome is built upon Font Awesome v4.5.0
and depends on Vue.js v1.0.17
+.
Just download dist/vue-awesome.js
and include it in your HTML file:
<script src="path/to/vue-awesome/dist/vue-awesome.js"></script>
$ npm install vue-awesome
$ bower install vue-awesome
<!-- basic -->
<icon name="repo"></icon>
<!-- with options -->
<icon name="sync" scale="2" spin></icon>
<icon name="comment" flip="horizontal"></icon>
<icon name="repo-forked" label="Forked Repository"></icon>
var Vue = require('path/to/vue')
// requiring the UMD module
var Icon = require('path/to/vue-awesome/dist/vue-awesome')
// or with vue-loader you can require the src directly
var Icon = require('path/to/vue-awesome/src/components/Icon.vue')
// register component to use
require.config({
paths: {
'vue-awesome': 'path/to/vue-conticon/dist/vue-awesome'
}
})
require(['vue-awesome'], function (Icon) {
// register component to use...
})
The component class is exposed as window.VueAwesome
.
$ npm i
$ npm run dev
Open http://localhost:8080/demo
to see the demo.
FAQs
Font Awesome component for Vue.js, using inline SVG.
The npm package vue-awesome receives a total of 7,540 weekly downloads. As such, vue-awesome popularity was classified as popular.
We found that vue-awesome 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.