Socket
Socket
Sign inDemoInstall

astro-auto-adapter

Package Overview
Dependencies
709
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

2.1.0

Diff

okikio
published 2.0.4 •

Changelog

Source

2.0.4 (2023-10-09)

Bug Fixes

  • use Deno.env & Netlify.env for env (34ee794)
okikio
published 2.0.3 •

Changelog

Source

2.0.3 (2023-10-09)

Bug Fixes

  • rename lib/index.mjs to lib/index.js (e62d19a)
okikio
published 2.0.2 •

Changelog

Source

2.0.2 (2023-09-04)

Bug Fixes

  • deno using incorrect port (8b4193a)
okikio
published 2.0.1 •

Changelog

Source

2.0.1 (2023-09-01)

Bug Fixes

okikio
published 2.0.0 •

Changelog

Source

2.0.0 (2023-09-01)

  • fix!: upgrade deps & deprecate netlify/vercel-edge (3474669)

BREAKING CHANGES

  • deprecate vercel-edge & netlify-edge

Note: You need to manually set the adapter if you want static for vercel & netlify

okikio
published 1.0.0 •

Changelog

Source

1.0.0 (2023-08-25)

Bug Fixes

  • fix jsdoc comment (1bbf16b)

  • fix type issues w/ astro-auto-adapter (eb36825)

  • feat!: use adapter system env vars (a84fb02)

Features

  • add cloudflare, node, deno, netlify vercel (2197dbe)
  • optional dependencies import (2765372)

BREAKING CHANGES

  • astro-auto-adapter now returns a promise which then returns the AstroIntegration e.g.
export default defineConfig({
  output: "server",
-  adapter: adapter(),
+  adapter: await adapter(),
  srcDir: "./example"
});
okikio
published 0.0.0 •

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc