Socket
Socket
Sign inDemoInstall

@architect/create

Package Overview
Dependencies
50
Maintainers
6
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-RC.2 to 5.0.0

1

changelog.md

@@ -11,2 +11,3 @@ # Architect Create changelog

- Breaking change: removed support for Node.js 14.x (now EOL, and no longer available to created in AWS Lambda)
- Removed `arm64` template architecture setting, as that is now the default
- Added Node.js 20.x to test matrix

@@ -13,0 +14,0 @@ - Updated dependencies

8

package.json
{
"name": "@architect/create",
"version": "5.0.0-RC.2",
"version": "5.0.0",
"description": "Idempotently initialize Architect projects",

@@ -26,6 +26,6 @@ "main": "src/index.js",

"dependencies": {
"@architect/inventory": "~4.0.0-RC.3",
"@architect/utils": "~4.0.0-RC.4",
"@architect/inventory": "~4.0.0",
"@architect/utils": "~4.0.0",
"chalk": "4.1.2",
"lambda-runtimes": "~2.0.0",
"lambda-runtimes": "~2.0.1",
"minimist": "~1.2.8"

@@ -32,0 +32,0 @@ },

@@ -24,3 +24,2 @@ let { join } = require('path')

region us-west-2
architecture arm64
${runtime ? `runtime ${runtime}\n` : ''}`

@@ -27,0 +26,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc