Socket
Socket
Sign inDemoInstall

@vercel/build-utils

Package Overview
Dependencies
0
Maintainers
9
Versions
295
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.12.0 to 8.0.0

10

CHANGELOG.md
# @vercel/build-utils
## 8.0.0
### Major Changes
- Remove legacy `avoidTopLevelInstall` logic ([#11513](https://github.com/vercel/vercel/pull/11513))
### Patch Changes
- [build-utils] Add `VERCEL_PROJECT_PRODUCTION_URL` framework env var prefix ([#11506](https://github.com/vercel/vercel/pull/11506))
## 7.12.0

@@ -4,0 +14,0 @@

3

dist/get-prefixed-env-vars.js

@@ -33,3 +33,4 @@ "use strict";

"VERCEL_REGION",
"VERCEL_BRANCH_URL"
"VERCEL_BRANCH_URL",
"VERCEL_PROJECT_PRODUCTION_URL"
];

@@ -36,0 +37,0 @@ const newEnvs = {};

@@ -63,3 +63,2 @@ /// <reference types="node" />

buildEnv?: Env;
avoidTopLevelInstall?: boolean;
[key: string]: unknown;

@@ -66,0 +65,0 @@ }

{
"name": "@vercel/build-utils",
"version": "7.12.0",
"version": "8.0.0",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc