Socket
Socket
Sign inDemoInstall

@vercel/build-utils

Package Overview
Dependencies
Maintainers
2
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 5.5.1 to 5.5.2

3

dist/fs/run-user-scripts.js

@@ -308,3 +308,4 @@ "use strict";

const isPotentiallyBrokenNpm = cliType === 'npm' &&
nodeVersion?.major === 16 &&
(nodeVersion?.major === 16 ||
opts.env.PATH?.includes('/node16/bin-npm7')) &&
!args.includes('--legacy-peer-deps') &&

@@ -311,0 +312,0 @@ spawnOpts?.env?.ENABLE_EXPERIMENTAL_COREPACK !== '1';

{
"name": "@vercel/build-utils",
"version": "5.5.1",
"version": "5.5.2",
"license": "MIT",

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

},
"gitHead": "bf5cfa9a41f8c1f9e2a3d3fc30735708ca72ad09"
"gitHead": "8cd84ec066fb50de6c3c4630465f896609e8f412"
}

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