Socket
Socket
Sign inDemoInstall

@sveltejs/adapter-auto

Package Overview
Dependencies
219
Maintainers
4
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

7

index.js

@@ -119,3 +119,10 @@ import { execSync } from 'node:child_process';

);
},
supports: {
read: () => {
throw new Error(
"The read function imported from $app/server only works in certain environments. Since you're using @sveltejs/adapter-auto, SvelteKit cannot determine whether it will work when your app is deployed. Please replace it with an adapter tailored to your target environment."
);
}
}
});

4

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

@@ -31,3 +31,3 @@ "repository": {

"typescript": "^5.3.3",
"@sveltejs/kit": "^2.0.6"
"@sveltejs/kit": "^2.4.1"
},

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

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