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

@vercel/build-utils

Package Overview
Dependencies
Maintainers
2
Versions
426
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.17.0
to
13.17.1
+6
-0
CHANGELOG.md
# @vercel/build-utils
## 13.17.1
### Patch Changes
- Align deserialize logic with existing callers. ([#16002](https://github.com/vercel/vercel/pull/16002))
## 13.17.0

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

+1
-1

@@ -57,2 +57,3 @@ "use strict";

const MULTIPART_HEADER = "multipart/x-nextjs-extended-payload";
const boundary = (0, import_crypto.randomBytes)(8).toString("hex");
function getExtendedPayload({

@@ -65,3 +66,2 @@ initialHeaders,

}
const boundary = (0, import_crypto.randomBytes)(8).toString("hex");
return {

@@ -68,0 +68,0 @@ initialHeaders: {

@@ -21,4 +21,4 @@ import type { Lambda } from '../lambda';

*/
export type SerializedLambda = Properties<Omit<Lambda, 'files' | 'zipBuffer'>> & FilesMapProp;
export type SerializedNodejsLambda = Properties<Omit<NodejsLambda, 'files' | 'zipBuffer'>> & FilesMapProp;
export type SerializedLambda<T extends Lambda = Lambda> = Properties<Omit<T, 'files' | 'zipBuffer'>> & FilesMapProp;
export type SerializedNodejsLambda<T extends NodejsLambda = NodejsLambda> = Properties<Omit<T, 'files' | 'zipBuffer'>> & FilesMapProp;
export type SerializedFileFsRef = Properties<FileFsRef>;

@@ -25,0 +25,0 @@ export type SerializedPrerender = Properties<Omit<Prerender, 'lambda' | 'fallback'>> & {

{
"name": "@vercel/build-utils",
"version": "13.17.0",
"version": "13.17.1",
"license": "Apache-2.0",

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

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