Socket
Socket
Sign inDemoInstall

@vercel/build-utils

Package Overview
Dependencies
Maintainers
9
Versions
311
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 7.2.0 to 7.2.1

6

CHANGELOG.md
# @vercel/build-utils
## 7.2.1
### Patch Changes
- Internal variants ([#10549](https://github.com/vercel/vercel/pull/10549))
## 7.2.0

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

@@ -383,2 +383,7 @@ /// <reference types="node" />

}
export interface Flag {
key: string;
defaultValue?: unknown;
metadata: Record<string, unknown>;
}
/** The framework which created the function */

@@ -406,2 +411,3 @@ export interface FunctionFramework {

};
flags?: Flag[];
}

@@ -408,0 +414,0 @@ export type BuildResultV2 = BuildResultV2Typical | BuildResultBuildOutput;

2

package.json
{
"name": "@vercel/build-utils",
"version": "7.2.0",
"version": "7.2.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