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.0.0 to 2.0.1

8

index.js

@@ -1,7 +0,7 @@

import { execSync } from 'child_process';
import { pathToFileURL } from 'url';
import { execSync } from 'node:child_process';
import { pathToFileURL } from 'node:url';
import { resolve } from 'import-meta-resolve';
import { adapters } from './adapters.js';
import { dirname, join } from 'path';
import { existsSync } from 'fs';
import { dirname, join } from 'node:path';
import { existsSync } from 'node:fs';

@@ -8,0 +8,0 @@ /** @type {Record<string, (name: string, version: string) => string>} */

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

@@ -29,6 +30,6 @@ "type": "git",

"typescript": "^4.9.4",
"@sveltejs/kit": "^1.5.0"
"@sveltejs/kit": "^1.15.8"
},
"dependencies": {
"import-meta-resolve": "^2.2.0"
"import-meta-resolve": "^3.0.0"
},

@@ -35,0 +36,0 @@ "peerDependencies": {

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