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

@netlify/build-info

Package Overview
Dependencies
Maintainers
18
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.3 to 7.7.4

7

lib/build-systems/nx.js

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

return 8000;
// some targets like run command don't have an executor
case undefined:
return null;
default:

@@ -149,2 +152,6 @@ this.project.report({

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

@@ -151,0 +158,0 @@ this.project.report({

4

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

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

},
"gitHead": "8ef136a291cebc832ea84ec8326dd3c9cade6663"
"gitHead": "a9c6b1395091aee39c6634f0df41299b73e7628a"
}

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