You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@vercel/build-utils

Package Overview
Dependencies
Maintainers
13
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.2-canary.2 to 2.3.2-canary.3

1

dist/detect-builders.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.detectBuilders = exports.detectOutputDirectory = exports.detectApiDirectory = exports.detectApiExtensions = exports.sortFiles = void 0;
const minimatch_1 = __importDefault(require("minimatch"));

@@ -8,0 +9,0 @@ const semver_1 = require("semver");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.detectFramework = void 0;
async function matches(fs, framework) {

@@ -4,0 +5,0 @@ const { detectors } = framework;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DetectorFilesystem = void 0;
/**

@@ -4,0 +5,0 @@ * `DetectorFilesystem` is an abstract class that represents a virtual filesystem

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.NowBuildError = void 0;
/**

@@ -4,0 +5,0 @@ * This error should be thrown from a Builder in

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.isSymbolicLink = void 0;
const path_1 = __importDefault(require("path"));

@@ -8,0 +9,0 @@ const debug_1 = __importDefault(require("../debug"));

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
const semver_1 = require("semver");

@@ -8,0 +9,0 @@ const boxen_1 = __importDefault(require("boxen"));

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.readConfigFile = void 0;
const js_yaml_1 = __importDefault(require("js-yaml"));

@@ -8,0 +9,0 @@ const toml_1 = __importDefault(require("@iarna/toml"));

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.installDependencies = exports.runPackageJsonScript = exports.runPipInstall = exports.runBundleInstall = exports.runNpmInstall = exports.walkParentDirs = exports.getNodeVersion = exports.getSpawnOptions = exports.runShellScript = exports.getNodeBinPath = exports.execCommand = exports.spawnCommand = exports.execAsync = exports.spawnAsync = void 0;
const assert_1 = __importDefault(require("assert"));

@@ -8,0 +9,0 @@ const fs_extra_1 = __importDefault(require("fs-extra"));

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = void 0;
const assert_1 = __importDefault(require("assert"));

@@ -8,0 +9,0 @@ const async_sema_1 = __importDefault(require("async-sema"));

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Prerender = void 0;
class Prerender {

@@ -4,0 +5,0 @@ constructor({ expiration, lambda, fallback, group, bypassToken, }) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.buildsSchema = exports.functionsSchema = void 0;
exports.functionsSchema = {

@@ -4,0 +5,0 @@ type: 'object',

6

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

@@ -48,6 +48,6 @@ "main": "./dist/index.js",

"ts-jest": "24.1.0",
"typescript": "3.5.2",
"typescript": "3.9.3",
"yazl": "2.4.3"
},
"gitHead": "081b3fd3db01ad2252036fb3a2503e14868103fe"
"gitHead": "c80bb37e8d66eac83da40746cf1a15ba42d216d8"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc