
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
svelte-yafal
Advanced tools
Minimal yet meaningful abstractions for Fontawesome icons in Svelte.
npm i svelte-yafal -D
<script>
import { FaSvg, Icon } from 'svelte-yafal';
import { faFlag } from '@fortawesome/free-solid-svg-icons';
</script>
<FaSvg><Icon icon="{faFlag}" size="{3}" /></FaSvg>
<FaSvg beat>
<Icon icon="{faHeart}" />
</FaSvg>
<FaSvg>
<Icon
icon="{faFlag}"
translateX="{256}"
translateY="{128}"
scale="{0.25}"
rotate="{90}"
flipX
flipY
/>
</FaSvg>
<FaSvg>
<Icon icon="{faCalendar}" />
<Icon icon="{faSun}" scale="{0.2}" />
<text x="100" y="450" font-size="250">23</text>
</FaSvg>
The units used for positioning will be in the frame of reference of the SVG. x=0 would start the text from the left edge, whereas 512 would push it beyond the right edge.
Feature requests and PRs are welcome. New features will only be added upon request so as to not bloat things.
FAQs
Minimal yet meaningful abstractions for Fontawesome icons in Svelte.
The npm package svelte-yafal receives a total of 4 weekly downloads. As such, svelte-yafal popularity was classified as not popular.
We found that svelte-yafal 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.