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

@netlify/build-info

Package Overview
Dependencies
Maintainers
21
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.14.3 to 7.14.4

4

lib/frameworks/redwoodjs.d.ts

@@ -20,2 +20,6 @@ import { BaseFramework, Category, Framework } from './framework.js';

};
env: {
AWS_LAMBDA_JS_RUNTIME: string;
NODE_VERSION: string;
};
logo: {

@@ -22,0 +26,0 @@ default: string;

@@ -21,2 +21,6 @@ import { BaseFramework, Category } from './framework.js';

};
env = {
AWS_LAMBDA_JS_RUNTIME: 'nodejs20.x',
NODE_VERSION: '20',
};
logo = {

@@ -23,0 +27,0 @@ default: '/logos/redwoodjs/default.svg',

4

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

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

},
"gitHead": "c7dc1e805b4f9cde9e9d71802aecd052e28221cb"
"gitHead": "c0bc0b24337b1240bf1a7d4aaadde7d98cdcba70"
}

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