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

@netlify/build-info

Package Overview
Dependencies
Maintainers
20
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/build-info - npm Package Compare versions

Comparing version 7.7.0 to 7.7.1

4

lib/settings/get-build-settings.js

@@ -63,8 +63,8 @@ async function applyBuildSystemOverrides(settings, project, baseDirectory) {

export async function getBuildSettings(project, packagePath) {
project.logger.debug('[get-build-settings.ts] getBuildSettings');
if (project.frameworks === undefined) {
throw new Error('Please run the framework detection before calling the build settings!');
}
const baseDirectory = packagePath || project.relativeBaseDirectory || '';
const baseDirectory = packagePath ?? project.relativeBaseDirectory ?? '';
const settingsPromises = [];
project.logger.debug(`[get-build-settings.ts] getBuildSettings for baseDirectory: ${baseDirectory}`);
// if we are in a workspace and trying to retrieve the settings from the root

@@ -71,0 +71,0 @@ if (project.workspace && project.workspace.packages.length > 0 && baseDirectory.length === 0) {

{
"name": "@netlify/build-info",
"version": "7.7.0",
"version": "7.7.1",
"description": "Build info utility",

@@ -76,3 +76,3 @@ "type": "module",

},
"gitHead": "65f78d4f3a2ee7eab04efac2b46fc8c9d66c1307"
"gitHead": "84cf51d5c30422e8714a4e0dd188e320acfb87c2"
}

Sorry, the diff of this file is not supported yet

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