You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@vercel/build-utils

Package Overview
Dependencies
Maintainers
4
Versions
401
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/build-utils - npm Package Compare versions

Comparing version
12.2.2
to
12.2.3
+6
-0
CHANGELOG.md
# @vercel/build-utils
## 12.2.3
### Patch Changes
- Add Elysia framework ([#14164](https://github.com/vercel/vercel/pull/14164))
## 12.2.2

@@ -4,0 +10,0 @@

+1
-1
/**
* List of backend frameworks supported by the experimental backends feature
*/
export declare const BACKEND_FRAMEWORKS: readonly ["express", "hono", "h3", "nestjs", "fastify"];
export declare const BACKEND_FRAMEWORKS: readonly ["express", "hono", "h3", "nestjs", "fastify", "elysia"];
export type BackendFramework = (typeof BACKEND_FRAMEWORKS)[number];

@@ -6,0 +6,0 @@ /**

@@ -32,3 +32,4 @@ "use strict";

"nestjs",
"fastify"
"fastify",
"elysia"
];

@@ -35,0 +36,0 @@ function isBackendFramework(framework) {

{
"name": "@vercel/build-utils",
"version": "12.2.2",
"version": "12.2.3",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

Sorry, the diff of this file is too big to display