Socket
Socket
Sign inDemoInstall

@sveltejs/adapter-auto

Package Overview
Dependencies
Maintainers
4
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sveltejs/adapter-auto - npm Package Compare versions

Comparing version 2.1.1 to 3.0.0

6

adapters.js

@@ -8,3 +8,3 @@ // List of adapters to check for. `version` is used to pin the installed adapter version and should point

module: '@sveltejs/adapter-vercel',
version: '2'
version: '4'
},

@@ -15,3 +15,3 @@ {

module: '@sveltejs/adapter-cloudflare',
version: '2'
version: '3'
},

@@ -22,3 +22,3 @@ {

module: '@sveltejs/adapter-netlify',
version: '2'
version: '3'
},

@@ -25,0 +25,0 @@ {

{
"name": "@sveltejs/adapter-auto",
"version": "2.1.1",
"version": "3.0.0",
"description": "Automatically chooses the SvelteKit adapter for your current environment, if possible.",

@@ -28,5 +28,6 @@ "repository": {

"devDependencies": {
"@types/node": "^16.18.6",
"typescript": "^4.9.4",
"@sveltejs/kit": "^1.27.3"
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@types/node": "^18.19.3",
"typescript": "^5.3.3",
"@sveltejs/kit": "^2.0.0"
},

@@ -37,6 +38,6 @@ "dependencies": {

"peerDependencies": {
"@sveltejs/kit": "^1.0.0"
"@sveltejs/kit": "^2.0.0"
},
"scripts": {
"lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
"lint": "prettier --check .",
"format": "pnpm lint --write",

@@ -43,0 +44,0 @@ "check": "tsc"

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc