Socket
Socket
Sign inDemoInstall

@vercel/build-utils

Package Overview
Dependencies
Maintainers
9
Versions
317
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 8.3.0 to 8.3.1

6

CHANGELOG.md
# @vercel/build-utils
## 8.3.1
### Patch Changes
- Add build callback handling ([#11807](https://github.com/vercel/vercel/pull/11807))
## 8.3.0

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

@@ -99,2 +99,8 @@ /// <reference types="node" />

meta?: Meta;
/**
* A callback to be invoked by a builder after a project's
* build command has been run but before the outputs have been
* fully processed
*/
buildCallback?: (opts: Omit<BuildOptions, 'buildCallback'>) => Promise<void>;
}

@@ -101,0 +107,0 @@ export interface PrepareCacheOptions {

2

package.json
{
"name": "@vercel/build-utils",
"version": "8.3.0",
"version": "8.3.1",
"license": "Apache-2.0",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc