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 8.4.3 to 8.4.4

6

CHANGELOG.md
# @vercel/build-utils
## 8.4.4
### Patch Changes
- Allow Node.js v22 behind env var feature flag ([#12159](https://github.com/vercel/vercel/pull/12159))
## 8.4.3

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

@@ -77,2 +77,8 @@ "use strict";

function getOptions() {
if (process.env.VERCEL_ALLOW_NODEJS22 === "1") {
return [
{ major: 22, range: "22.x", runtime: "nodejs22.x" },
...NODE_VERSIONS
];
}
return NODE_VERSIONS;

@@ -79,0 +85,0 @@ }

2

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

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

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

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