Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vercel/build-utils

Package Overview
Dependencies
Maintainers
24
Versions
318
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.6.1-canary.1 to 2.6.1-canary.2

10

dist/fs/run-user-scripts.js

@@ -216,2 +216,6 @@ "use strict";

commandArgs = ['install', ...args];
// Yarn v2 PnP mode may be activated, so force "node-modules" linker style
if (!env.YARN_NODE_LINKER) {
env.YARN_NODE_LINKER = 'node-modules';
}
}

@@ -280,2 +284,7 @@ if (process.env.NPM_ONLY_PRODUCTION) {

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

@@ -285,2 +294,3 @@ console.log(`Running "${prettyCommand}"`);

...spawnOpts,
env,
cwd: destPath,

@@ -287,0 +297,0 @@ prettyCommand,

4

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

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

},
"gitHead": "503b9a242976c20c48d691c72de6017da65f387a"
"gitHead": "c0c57889c84058257cb7a36c7ec01943ef5bfce1"
}

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