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.1.2
to
12.1.3
+6
-0
CHANGELOG.md
# @vercel/build-utils
## 12.1.3
### Patch Changes
- Revert the prebuilt archive split from 20MB back to 100MB ([#14103](https://github.com/vercel/vercel/pull/14103))
## 12.1.2

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

+1
-1

@@ -59,3 +59,3 @@ "use strict";

const MB = 1024 * 1024;
async function streamToBufferChunks(stream, chunkSize = 20 * MB) {
async function streamToBufferChunks(stream, chunkSize = 100 * MB) {
const chunks = [];

@@ -62,0 +62,0 @@ let currentChunk = [];

{
"name": "@vercel/build-utils",
"version": "12.1.2",
"version": "12.1.3",
"license": "Apache-2.0",

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

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