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.4 to 8.4.5

6

CHANGELOG.md
# @vercel/build-utils
## 8.4.5
### Patch Changes
- [build-utils] add types for `images.remotePatterns.search` to vercel.json ([#12158](https://github.com/vercel/vercel/pull/12158))
## 8.4.4

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

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

pathname?: string;
/**
* Can be literal query string such as `?v=1` or
* empty string meaning no query string.
*/
search?: string;
};

@@ -366,0 +371,0 @@ export interface Images {

2

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