
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@sveltejs/adapter-netlify
Advanced tools
Adapter for Svelte apps that creates a Netlify app, using a function for dynamic server rendering. A future version might use a function per route, though it's unclear if that has any real advantages.
Adapter for Svelte apps that creates a Netlify app, using a function for dynamic server rendering. A future version might use a function per route, though it's unclear if that has any real advantages.
This is very experimental; the adapter API isn't at all fleshed out, and things will definitely change.
This adapter expects to find a netlify.toml file in the project root. It will determine where to write static assets and functions to based on the build.publish
and build.functions
settings, as per this sample configuration:
[build]
command = "npm run build"
publish = "build/"
functions = "functions/"
It's recommended that you add the build
and functions
folders (or whichever other folders you specify) to your .gitignore
.
FAQs
A SvelteKit adapter that creates a Netlify app
The npm package @sveltejs/adapter-netlify receives a total of 7,491 weekly downloads. As such, @sveltejs/adapter-netlify popularity was classified as popular.
We found that @sveltejs/adapter-netlify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.