🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@astrojs/vercel

Package Overview
Dependencies
Maintainers
2
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/vercel - npm Package Compare versions

Comparing version
10.0.5
to
10.0.6
+1
-1
dist/serverless/entrypoint.js

@@ -29,3 +29,3 @@ import { setGetEnv } from "astro/env/setup";

headers: request.headers,
body: request.body
...request.body ? { body: request.body, duplex: "half" } : {}
});

@@ -32,0 +32,0 @@ }

{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
"version": "10.0.5",
"version": "10.0.6",
"type": "module",

@@ -56,3 +56,3 @@ "author": "withastro",

"vite": "^7.3.2",
"astro": "6.1.9",
"astro": "6.1.10",
"astro-scripts": "0.0.14"

@@ -59,0 +59,0 @@ },