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.2.1 to 3.2.2

4

index.js

@@ -39,5 +39,5 @@ import { execSync } from 'node:child_process';

/** @param {string} name */
async function import_from_cwd(name) {
function import_from_cwd(name) {
const cwd = pathToFileURL(process.cwd()).href;
const url = await resolve(name, cwd + '/x.js');
const url = resolve(name, cwd + '/x.js');

@@ -44,0 +44,0 @@ return import(url);

{
"name": "@sveltejs/adapter-auto",
"version": "3.2.1",
"version": "3.2.2",
"description": "Automatically chooses the SvelteKit adapter for your current environment, if possible.",
"keywords": [
"adapter",
"automatically",
"deploy",
"hosting",
"platform",
"svelte",
"sveltekit"
],
"repository": {

@@ -31,3 +40,3 @@ "type": "git",

"typescript": "^5.3.3",
"@sveltejs/kit": "^2.5.10"
"@sveltejs/kit": "^2.5.11"
},

@@ -34,0 +43,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