Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@vercel/build-utils

Package Overview
Dependencies
Maintainers
4
Versions
429
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
13.25.0
to
13.26.0
+10
-0
CHANGELOG.md
# @vercel/build-utils
## 13.26.0
### Minor Changes
- 137e5d1: Allow builder V2 to expose startDevServer.
### Patch Changes
- bb61428: Include framework slug in output/config.json
## 13.25.0

@@ -4,0 +14,0 @@

+2
-0

@@ -416,2 +416,3 @@ import type FileRef from './file-ref';

shouldServe?: ShouldServe;
startDevServer?: StartDevServer;
}

@@ -578,2 +579,3 @@ export interface BuilderV3 {

framework?: {
slug: string;
version: string;

@@ -580,0 +582,0 @@ };

+1
-1
{
"name": "@vercel/build-utils",
"version": "13.25.0",
"version": "13.26.0",
"license": "Apache-2.0",

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