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 4.2.4 to 5.0.0-RC.0

10

changelog.md

@@ -5,2 +5,12 @@ # Architect Create changelog

## [5.0.0] 2024-01-09
### Changed
- Added Node.js 20.x to test matrix
- Breaking change: removed support for Node.js 14.x (now EOL, and no longer available to created in AWS Lambda)
- Updated dependencies
---
## [4.2.4] 2023-11-19

@@ -7,0 +17,0 @@

12

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

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

"dependencies": {
"@architect/inventory": "~3.6.3",
"@architect/utils": "~3.1.9",
"@architect/inventory": "~4.0.0-RC.0",
"@architect/utils": "~4.0.0-RC.2",
"chalk": "4.1.2",
"lambda-runtimes": "~1.1.6",
"lambda-runtimes": "~1.1.7",
"minimist": "~1.2.8"

@@ -36,4 +36,4 @@ },

"cross-env": "~7.0.3",
"eslint": "~8.54.0",
"fs-extra": "~11.1.1",
"eslint": "~8.56.0",
"fs-extra": "~11.2.0",
"nyc": "~15.1.0",

@@ -40,0 +40,0 @@ "proxyquire": "^2.1.3",

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