Socket
Socket
Sign inDemoInstall

@sveltejs/adapter-auto

Package Overview
Dependencies
1
Maintainers
4
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

4

package.json
{
"name": "@sveltejs/adapter-auto",
"version": "1.0.1",
"version": "1.0.2",
"repository": {

@@ -29,3 +29,3 @@ "type": "git",

"typescript": "^4.9.4",
"@sveltejs/kit": "^1.1.1"
"@sveltejs/kit": "^1.1.3"
},

@@ -32,0 +32,0 @@ "dependencies": {

# adapter-auto
Automatically chooses the adapter for your current environment, if possible.
Automatically chooses the SvelteKit adapter for your current environment, if possible.
## Supported environments
## Docs
The following environments are supported out-of-the-box, meaning a newly created project can be deployed on one of these platforms without any additional configuration:
[Docs](https://kit.svelte.dev/docs/adapter-auto)
- [Cloudflare Pages](https://developers.cloudflare.com/pages/) via [adapter-cloudflare](../adapter-cloudflare)
- [Netlify](https://netlify.com/) via [adapter-netlify](../adapter-netlify)
- [Vercel](https://vercel.com/) via [adapter-vercel](../adapter-vercel)
- [Azure Static Web Apps](https://docs.microsoft.com/en-us/azure/static-web-apps/) via [svelte-adapter-azure-swa](https://github.com/geoffrich/svelte-adapter-azure-swa)
## Community adapters
Support for additional environments can be added in [adapters.js](adapters.js). To avoid this package ballooning in size, community-supported adapters should not be added as dependencies — adapter-auto will instead prompt users to install missing packages as needed.
## Changelog
[The Changelog for this package is available on GitHub](https://github.com/sveltejs/kit/blob/master/packages/adapter-auto/CHANGELOG.md).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc