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.
@reecem/svelte-slicezone
Advanced tools
This is a slice zone component for Prismic.
The current component makes the current assumptions:
There is a document that is passed that has a slices
key:
{
// other keys
slices: []
}
To use the SliceZone and resolver.
<script>
import { SliceZone, SliceResolver, getPageProps } from '@reecem/svelte-slicezone';
// Load the index listing of slices.
import * as Slices from '$lib/slices';
// this is the list of slices to provide.
// you can add others from other libs
const allSlices = { ...Slices, /** ...anotherList */ };
export const document = await getPageProps({
client: Client(),
type: 'homepage',
});
</script>
<!-- This is the slicezone. The resolver can be overridden, but not really needed. -->
<SliceZone
{...document}
{allSlices}
resolver={SliceResolver}
/>
FAQs
SvelteKit SliceZone component for Prismic SliceMachine
We found that @reecem/svelte-slicezone 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
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.