Socket
Socket
Sign inDemoInstall

@vercel/build-utils

Package Overview
Dependencies
Maintainers
32
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 2.9.1-canary.1 to 2.9.1-canary.2

2

dist/detect-framework.d.ts

@@ -5,4 +5,4 @@ import { Framework } from '@vercel/frameworks';

fs: DetectorFilesystem;
frameworkList: Framework[];
frameworkList: readonly Framework[];
}
export declare function detectFramework({ fs, frameworkList, }: DetectFrameworkOptions): Promise<string | null>;

@@ -289,3 +289,3 @@ "use strict";

// Yarn v2 PnP mode may be activated, so force "node-modules" linker style
const env = { ...spawnOpts === null || spawnOpts === void 0 ? void 0 : spawnOpts.env };
const env = { ...process.env, ...spawnOpts === null || spawnOpts === void 0 ? void 0 : spawnOpts.env };
if (!env.YARN_NODE_LINKER) {

@@ -292,0 +292,0 @@ env.YARN_NODE_LINKER = 'node-modules';

{
"name": "@vercel/build-utils",
"version": "2.9.1-canary.1",
"version": "2.9.1-canary.2",
"license": "MIT",

@@ -32,3 +32,3 @@ "main": "./dist/index.js",

"@types/yazl": "^2.4.1",
"@vercel/frameworks": "0.2.1-canary.1",
"@vercel/frameworks": "0.2.1-canary.2",
"@vercel/ncc": "0.24.0",

@@ -54,3 +54,3 @@ "aggregate-error": "3.0.1",

},
"gitHead": "84d859a016fdbb8d039dd16309717ddc7e31411a"
"gitHead": "8b8541f4aa16a124cad112eb1b3bc576718a467f"
}

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