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 3.1.1 to 3.2.0

6

adapters.js

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

version: '2'
},
{
name: 'Google Cloud Run',
test: () => !!process.env.GCP_BUILDPACKS,
module: '@sveltejs/adapter-node',
version: '5'
}
];

4

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

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

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

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

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