Socket
Socket
Sign inDemoInstall

@vercel/build-utils

Package Overview
Dependencies
Maintainers
9
Versions
308
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.3.5 to 8.3.6

6

CHANGELOG.md
# @vercel/build-utils
## 8.3.6
### Patch Changes
- Remove implicit reliance on `@types/glob` for downstream consumers ([#11914](https://github.com/vercel/vercel/pull/11914))
## 8.3.5

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

8

dist/fs/glob.d.ts

@@ -1,6 +0,10 @@

import vanillaGlob_ from 'glob';
import FileFsRef from '../file-fs-ref';
export interface GlobOptions extends vanillaGlob_.IOptions {
export interface GlobOptions {
cwd?: string;
dot?: boolean;
follow?: boolean;
ignore?: string | ReadonlyArray<string>;
includeDirectories?: boolean;
nodir?: boolean;
}
export default function glob(pattern: string, opts: GlobOptions | string, mountpoint?: string): Promise<Record<string, FileFsRef>>;
{
"name": "@vercel/build-utils",
"version": "8.3.5",
"version": "8.3.6",
"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