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

@vercel/build-utils

Package Overview
Dependencies
Maintainers
13
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.3.2-canary.1 to 2.3.2-canary.2

LICENSE

2

dist/fs/download.js

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

if (isDev || skipDownload) {
// In `now dev`, the `download()` function is a no-op because
// In `vercel dev`, the `download()` function is a no-op because
// the `basePath` matches the `cwd` of the dev server, so the

@@ -41,0 +41,0 @@ // source files are already available.

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

if (meta && meta.isDev) {
// Use the system-installed version of `node` in PATH for `now dev`
// Use the system-installed version of `node` in PATH for `vercel dev`
const latest = node_version_1.getLatestNodeVersion();

@@ -215,3 +215,3 @@ return { ...latest, runtime: 'nodejs' };

command = 'yarn';
commandArgs = args.concat(['install', '--ignore-engines']);
commandArgs = ['install', ...args];
}

@@ -272,3 +272,3 @@ if (process.env.NPM_ONLY_PRODUCTION) {

console.log(`Running "${prettyCommand}"`);
await spawnAsync('yarn', ['--ignore-engines', 'run', scriptName], {
await spawnAsync('yarn', ['run', scriptName], {
...spawnOpts,

@@ -275,0 +275,0 @@ cwd: destPath,

@@ -101,3 +101,3 @@ /// <reference types="node" />

/**
* Metadata related to the invoker of the builder, used by `now dev`.
* Metadata related to the invoker of the builder, used by `vercel dev`.
* Builders may use the properties on this object to change behavior based

@@ -176,3 +176,3 @@ * on the build environment.

/**
* Process ID number of the dev server. Useful for the `now dev` server to
* Process ID number of the dev server. Useful for the `vercel dev` server to
* shut down the dev server once an HTTP request has been fulfilled.

@@ -179,0 +179,0 @@ */

{
"name": "@vercel/build-utils",
"version": "2.3.2-canary.1",
"version": "2.3.2-canary.2",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"homepage": "https://github.com/zeit/now/blob/master/DEVELOPING_A_RUNTIME.md",
"homepage": "https://github.com/vercel/vercel/blob/master/DEVELOPING_A_RUNTIME.md",
"repository": {
"type": "git",
"url": "https://github.com/zeit/now.git",
"url": "https://github.com/vercel/vercel.git",
"directory": "packages/now-build-utils"

@@ -50,3 +50,4 @@ },

"yazl": "2.4.3"
}
},
"gitHead": "081b3fd3db01ad2252036fb3a2503e14868103fe"
}

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