Socket
Socket
Sign inDemoInstall

@netlify/build-info

Package Overview
Dependencies
Maintainers
20
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.3 to 7.11.4

3

lib/frameworks/angular.js

@@ -34,3 +34,4 @@ import { gte } from 'semver';

if (outputPath) {
this.build.directory = this.project.fs.join(outputPath, 'browser');
const usesApplicationBuilder = project?.architect?.build?.builder?.endsWith(':application');
this.build.directory = usesApplicationBuilder ? this.project.fs.join(outputPath, 'browser') : outputPath;
}

@@ -37,0 +38,0 @@ }

{
"name": "@netlify/build-info",
"version": "7.11.3",
"version": "7.11.4",
"description": "Build info utility",

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

},
"gitHead": "38149ec7d75e04570da65c58c42ed04f11698491"
"gitHead": "48233ae2f82661d3b5f877b9bf62869e6bfb3939"
}

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