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

@vercel/build-utils

Package Overview
Dependencies
Maintainers
33
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.8 to 2.9.1-canary.9

6

dist/detect-builders.js

@@ -214,6 +214,8 @@ "use strict";

builders.push(frontendBuilder);
if (hasNextApiFiles && apiBuilders.length) {
if (hasNextApiFiles && apiBuilders.some(b => b.use === '@vercel/node')) {
warnings.push({
code: 'conflicting_files',
message: 'It is not possible to use `api` and `pages/api` at the same time, please only use one option',
message: 'When using Next.js, it is recommended to place Node.js Serverless Functions inside of the `pages/api` (provided by Next.js) directory instead of `api` (provided by Vercel).',
link: 'https://nextjs.org/docs/api-routes/introduction',
action: 'Learn More',
});

@@ -220,0 +222,0 @@ }

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

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

},
"gitHead": "84e828a0ca542f370bb0932dc62c0e0330d8d589"
"gitHead": "115ae0a2291d9a4b6f8319acca24680fb187772c"
}

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