Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@vercel/build-utils

Package Overview
Dependencies
Maintainers
2
Versions
400
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.3.4
to
13.3.5
+9
-0
CHANGELOG.md
# @vercel/build-utils
## 13.3.5
### Patch Changes
- Add service configuration to BuildOptions ([#14918](https://github.com/vercel/vercel/pull/14918))
- Updated dependencies [[`9b8f974bbb64fb857b068428b0c2fdccee6ad83c`](https://github.com/vercel/vercel/commit/9b8f974bbb64fb857b068428b0c2fdccee6ad83c)]:
- @vercel/python-analysis@0.4.0
## 13.3.4

@@ -4,0 +13,0 @@

@@ -106,2 +106,12 @@ /// <reference types="node" />

span?: Span;
/**
* Service-specific options. Only present when the build is part of a
* multi-service project.
*/
service?: {
/** URL path prefix where the service is mounted (e.g., "/api"). */
routePrefix?: string;
/** Workspace directory for this service, relative to the project root. */
workspace?: string;
};
}

@@ -108,0 +118,0 @@ export interface PrepareCacheOptions {

+2
-2
{
"name": "@vercel/build-utils",
"version": "13.3.4",
"version": "13.3.5",
"license": "Apache-2.0",

@@ -14,3 +14,3 @@ "main": "./dist/index.js",

"dependencies": {
"@vercel/python-analysis": "0.3.2"
"@vercel/python-analysis": "0.4.0"
},

@@ -17,0 +17,0 @@ "devDependencies": {