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.
github.com/icons-pack/svelte-simple-icons
This package provides the Simple Icons 4.23.0 packaged as a set of Svelte components.
Install the package in your project directory with:
// with yarn
yarn add @icons-pack/svelte-simple-icons
// with npm
npm add @icons-pack/svelte-simple-icons
You can use simpleicons.org to find a specific icon. When importing an icon, keep in mind that the names of the icons are upperCamelCase , for instance:
Material Design
is exposed as { Materialdesign } from @icons-pack/svelte-simple-icons
azure devOps
is exposed as { Azuredevops } from @icons-pack/svelte-simple-icons
These are some exceptions to this rule:
500px
is exposed as { FiveHundredPx } from @icons-pack/svelte-simple-icons
c++
is exposed as { Cplusplus } from @icons-pack/svelte-simple-icons
.Net
is exposed as { DotNet } from @icons-pack/svelte-simple-icons
D3.js
is exposed as { D3DotJs } from @icons-pack/svelte-simple-icons
dev.to
is exposed as { DevDotTo } from @icons-pack/svelte-simple-icons
webcomponents.org
is exposed as { WebcomponentsDotOrg } from @icons-pack/svelte-simple-icons
X.Org
is exposed as { XDotOrg } from @icons-pack/svelte-simple-icons
FerrarinDotVDot
is exposed as { FerrarinDotVDot } from @icons-pack/svelte-simple-icons
<script>
import { ReactJs, Svelte, Docker } from "@icons-pack/svelte-simple-icons";
</script>
<Svelte color="#FF3E00" size={90} />
<ReactJs color="#61DAFB" size={50} />
<Docker />
<!-- title default "Svelte" -->
<script>
import { Svelte } from "@icons-pack/svelte-simple-icons";
</script>
<Svelte title="My title" />
<script>
import { Svelte } from "@icons-pack/svelte-simple-icons";
</script>
<Svelte class="myStyle" />
<style>
.myStyle {
width: 35px;
height: 35px;
}
</style>
FAQs
Unknown package
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.