Socket
Socket
Sign inDemoInstall

@netlify/build-info

Package Overview
Dependencies
Maintainers
19
Versions
151
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.11.5 to 7.12.0

7

lib/build-systems/nx.js

@@ -77,2 +77,3 @@ import { NPM_BUILD_SCRIPTS, NPM_DEV_SCRIPTS } from '../get-commands.js';

return 3000;
case '@nx/next:server':
case '@nrwl/next:server':

@@ -86,2 +87,3 @@ case '@nrwl/web:dev-server':

// some targets like run command don't have an executor
case 'nx:run-commands':
case undefined:

@@ -93,2 +95,4 @@ return null;

message: `Undetected executor for Nx integrated: ${executor}`,
}, {
metadata: { executor },
});

@@ -130,2 +134,3 @@ return null;

case '@nrwl/next:build':
case '@nx/next:build':
return 'next';

@@ -163,2 +168,4 @@ case '@nxtensions/astro:build':

message: `Undetected executor for Nx integrated: ${executor}`,
}, {
metadata: { executor },
});

@@ -165,0 +172,0 @@ }

4

package.json
{
"name": "@netlify/build-info",
"version": "7.11.5",
"version": "7.12.0",
"description": "Build info utility",

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

},
"gitHead": "53c4b0f0b07b252af8031d9d20322d6b49a5412a"
"gitHead": "b64fcdb5a008784e461fd95c069059166a11526e"
}

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