Socket
Socket
Sign inDemoInstall

@vercel/build-utils

Package Overview
Dependencies
Maintainers
23
Versions
317
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.5.5-canary.1 to 2.5.5-canary.2

1

dist/detect-builders.d.ts

@@ -16,2 +16,3 @@ import { Route } from '@vercel/routing-utils';

devCommand?: string | null;
installCommand?: string | null;
buildCommand?: string | null;

@@ -18,0 +19,0 @@ outputDirectory?: string | null;

@@ -308,2 +308,5 @@ "use strict";

}
if (projectSettings.installCommand) {
config.installCommand = projectSettings.installCommand;
}
if (projectSettings.buildCommand) {

@@ -310,0 +313,0 @@ config.buildCommand = projectSettings.buildCommand;

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

outputDirectory?: string;
installCommand?: string;
buildCommand?: string;

@@ -40,0 +41,0 @@ devCommand?: string;

4

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

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

},
"gitHead": "c96062266baad0d61df900811ecddac3b3cfe69f"
"gitHead": "e5553d8ec21be2840bcadbb8acbd64e8d90a1832"
}

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