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.7.1 to 7.7.2

10

lib/frameworks/nuxt.js

@@ -26,8 +26,8 @@ import { BaseFramework, Category } from './framework.js';

this.name = 'Nuxt 3';
const cmd = this.project.packageManager?.runCommand || 'npm run';
this.build.command = `${cmd} build`;
this.dev.command = `${cmd} dev`;
this.build.command = `nuxt build`;
this.build.directory = `.nuxt/dist`;
this.dev.command = `nuxt dev`;
this.env = {
AWS_LAMBDA_JS_RUNTIME: 'nodejs14.x',
NODE_VERSION: '14',
AWS_LAMBDA_JS_RUNTIME: 'nodejs18.x',
NODE_VERSION: '18',
};

@@ -34,0 +34,0 @@ }

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

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

},
"gitHead": "84cf51d5c30422e8714a4e0dd188e320acfb87c2"
"gitHead": "5ec40f6abb92de09175fc27977a0bd6be8ef0d27"
}

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