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

@vercel/build-utils

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

4

dist/fs/glob.js

@@ -37,4 +37,4 @@ "use strict";

assert_1.default(stat, `statCache does not contain value for ${relativePath} (resolved to ${fsPath})`);
if (stat.isFile()) {
const isSymlink = options.symlinks[fsPath];
const isSymlink = options.symlinks[fsPath];
if (isSymlink || stat.isFile()) {
if (isSymlink) {

@@ -41,0 +41,0 @@ stat = await fs_extra_1.lstat(fsPath);

@@ -13,3 +13,2 @@ "use strict";

const util_1 = require("util");
const os_1 = require("os");
const errors_1 = require("../errors");

@@ -240,10 +239,3 @@ const node_version_1 = require("./node-version");

const opts = { ...spawnOpts, cwd: destPath, prettyCommand: 'bundle install' };
await spawnAsync('bundle', args.concat([
'install',
'--no-prune',
'--retry',
'3',
'--jobs',
String(os_1.cpus().length || 1),
]), opts);
await spawnAsync('bundle', args.concat(['install']), opts);
}

@@ -250,0 +242,0 @@ exports.runBundleInstall = runBundleInstall;

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

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

},
"gitHead": "f7f81fb89665f535a421cfb6c3fcc59527c0d6ad"
"gitHead": "978485818a3ca5f8de401bded9172028e0332984"
}

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