
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@fleek-platform/svelte-adapter
Advanced tools
SvelteKit adapter that builds your app to run on Fleek Functions. This adapter automatically handles building and preparing your SvelteKit app for deployment on Fleek's infrastructure.
SvelteKit adapter that builds your app to run on Fleek Functions. This adapter automatically handles building and preparing your SvelteKit app for deployment on Fleek's infrastructure.
npm install -D @fleek-platform/svelte-adapter
Add the adapter to your svelte.config.js
:
import adapter from '@fleek-platform/svelte-adapter';
export default {
kit: {
adapter: adapter({
// optional configuration
outDir: '.fleek', // Defaults to '.fleek'
}),
},
};
outDir
: File path to output the production build. Defaults to .fleek
if not specified.When you run npm run build
, this adapter will:
.fleek/static
.fleek/dist
Once built, deploy to Fleek Functions with:
fleek functions deploy --bundle=false --path .fleek/dist/index.js --assets .fleek/static
This project follows SemVer for versioning. Here's how to release a new version:
pnpm version patch
git push origin main --follow-tags
Thanks for considering contributing to our project!
git checkout -b feature-branch-name
.We use Conventional Commits for our commit messages:
test
: 💍 Adding missing testsfeat
: 🎸 A new featurefix
: 🐛 A bug fixchore
: 🤖 Build process or auxiliary tool changesdocs
: ✏️ Documentation only changesrefactor
: 💡 A code change that neither fixes a bug or adds a featurestyle
: 💄 Markup, white-space, formatting, missing semi-colons...FAQs
SvelteKit adapter that builds your app to run on Fleek Functions. This adapter automatically handles building and preparing your SvelteKit app for deployment on Fleek's infrastructure.
We found that @fleek-platform/svelte-adapter 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.