
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@rabee-org/svelte-head
Advanced tools
svelte-head is a component library that allows you to easily set meta information etc. to be output to head.
svelte-head is a component library that allows you to easily set meta information etc. to be output to head.
npm install svelte-head --save
<script>
import {setOptions, Meta} from 'svelte-head';
// setup default value
setOptions({
title(title) {
return title ? `${title} | Svelte Head Demo` : 'Svelte Head Demo';
},
description(description) {
return description || `svelte-head is a component library that allows you to easily set meta information etc. to be output to head.`;
},
keywords(keywords) {
return keywords || `svelte,sveltekit,seo,head,meta`;
},
ogp(ogp) {
return {
type: 'website',
};
},
twitter(twitter) {
return {
card: 'summary_large_image',
};
},
});
</script>
<Meta title='Example Title' />
result
<title>Example Title | Svelte Head Demo</title>
<meta name="description" content="svelte-head is a component library that allows you to easily set meta information etc. to be output to head.">
<meta name="keywords" content="svelte,sveltekit,seo,head,meta">
<meta property="og:title" content="Example Title | Svelte Head Demo">
<meta property="og:description" content="svelte-head is a component library that allows you to easily set meta information etc. to be output to head.">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
MIT
FAQs
svelte-head is a component library that allows you to easily set meta information etc. to be output to head.
The npm package @rabee-org/svelte-head receives a total of 27 weekly downloads. As such, @rabee-org/svelte-head popularity was classified as not popular.
We found that @rabee-org/svelte-head demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.