Socket
Socket
Sign inDemoInstall

@vercel/build-utils

Package Overview
Dependencies
Maintainers
8
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 6.7.3 to 6.7.4

6

CHANGELOG.md
# @vercel/build-utils
## 6.7.4
### Patch Changes
- Remove usage of `env` from Edge Functions and Middleware ([#10018](https://github.com/vercel/vercel/pull/10018))
## 6.7.3

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

5

dist/edge-function.d.ts

@@ -25,7 +25,2 @@ import type { Files, FunctionFramework } from './types';

/**
* Extra environment variables in use for the user code, to be
* assigned to the edge function.
*/
envVarsInUse?: string[];
/**
* Extra binary files to be included in the edge function

@@ -32,0 +27,0 @@ */

1

dist/edge-function.js

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

this.files = params.files;
this.envVarsInUse = params.envVarsInUse;
this.assets = params.assets;

@@ -17,0 +16,0 @@ this.regions = params.regions;

{
"name": "@vercel/build-utils",
"version": "6.7.3",
"version": "6.7.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