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.0 to 2.3.2-canary.1

28

dist/types.d.ts

@@ -164,26 +164,6 @@ /// <reference types="node" />

}
export interface StartDevServerOptions {
/**
* Name of entrypoint file for this particular build job. Value
* `files[entrypoint]` is guaranteed to exist and be a valid File reference.
* `entrypoint` is always a discrete file and never a glob, since globs are
* expanded into separate builds at deployment time.
*/
entrypoint: string;
/**
* A writable temporary directory where you are encouraged to perform your
* build process. This directory will be populated with the restored cache.
*/
workPath: string;
/**
* An arbitrary object passed by the user in the build definition defined
* in `now.json`.
*/
config: Config;
/**
* Runtime environment variables configuration from the project's `now.json`
* and local `.env` file.
*/
env: Env;
}
/**
* `startDevServer()` is given the same parameters as `build()`.
*/
export declare type StartDevServerOptions = BuildOptions;
export interface StartDevServerSuccess {

@@ -190,0 +170,0 @@ /**

5

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

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

"yazl": "2.4.3"
},
"gitHead": "f61b36495c4c1573ede1835645e43aee0b2cd588"
}
}

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