Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
svelte-awesome
Advanced tools
Awesome SVG icon component for Svelte JS, built with Font Awesome icons. Based on Justineo/vue-awesome
Svelte-Awesome supports Font-Awesome v4.7.0
(icons inbuilt) and v5
(via @fortawesome
npm packages)
A demo is available here
$ npm install --save svelte-awesome
<!-- basic -->
<Icon data={beer}></Icon>
<!-- with options -->
<Icon data={refresh} scale="2"></Icon>
<Icon data={comment} flip="horizontal"></Icon>
<Icon data={codeFork} label="Forked Repository"></Icon>
<!-- stacked icons [WIP] -->
<Icon label="No Photos">
<Icon data={camera}></Icon>
<Icon name={ban} scale="2" class="alert"></Icon>
</Icon>
<!-- FontAwesome v5 Icons!! -->
<Icon data={faThumbsUp}></Icon>
<script>
import { beer, refresh, comment, codeFork, camera, ban } from 'svelte-awesome/icons';
import { faThumbsUp } from '@fortawesome/free-regular-svg-icons';
</script>
v2.2.1 - 2019-11-22
#527
#500
#498
#496
#495
be7c2bf
bd9e326
6ef6b47
873d4a7
6282bcc
2679973
91d96c9
779995f
22224b1
3e37cab
cc443ed
9864941
068032f
dd0dcb1
894b54a
48c37ff
54d4c07
4dbe477
3d28ce7
aa7939e
461a274
16dfaa8
c431402
de0c2c9
143fc00
c7707b6
fc7bbc3
FAQs
Font Awesome component for Svelte JS, using inline SVG
The npm package svelte-awesome receives a total of 8,901 weekly downloads. As such, svelte-awesome popularity was classified as popular.
We found that svelte-awesome 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.