Socket
Socket
Sign inDemoInstall

@architect/create

Package Overview
Dependencies
Maintainers
6
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/create - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

changelog.md

@@ -5,7 +5,7 @@ # Architect Create changelog

## [2.0.0] 2021-07-22
## [2.0.0 - 2.0.1] 2021-07-22
### Changed
- Breaking change: removed support for Node.js 10.x (now EOL, and no longer available to created in AWS Lambda)
- Breaking change: removed support for Node.js 10.x (now EOL, and no longer available to created in AWS Lambda) and Node.js 12.x
- Updated dependencies

@@ -12,0 +12,0 @@

{
"name": "@architect/create",
"version": "2.0.0",
"version": "2.0.1",
"description": "Idempotently initialize Architect projects",

@@ -22,8 +22,8 @@ "main": "src/index.js",

"engines": {
"node": ">=12"
"node": ">=14"
},
"license": "Apache-2.0",
"dependencies": {
"@architect/inventory": "~2.0.2",
"@architect/utils": "~3.0.1",
"@architect/inventory": "~2.0.4",
"@architect/utils": "~3.0.2",
"chalk": "~4.1.1",

@@ -41,3 +41,3 @@ "run-parallel": "~1.2.0",

"tap-spec": "^5.0.0",
"tape": "~5.2.2"
"tape": "~5.3.0"
},

@@ -44,0 +44,0 @@ "eslintConfig": {

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