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

@architect/destroy

Package Overview
Dependencies
Maintainers
6
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/destroy - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

changelog.md

@@ -5,7 +5,7 @@ # Architect Destroy 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
- Breaking change: the `--name` flag can no longer be used in place of `--app` to destroy apps; `--app` must now be used to destroy apps, while `--name` may only be used to destroy stacks; fixes #1165

@@ -12,0 +12,0 @@ - Updated dependencies

{
"name": "@architect/destroy",
"version": "2.0.0",
"version": "2.0.1",
"description": "Destroy projects created with Architect",

@@ -19,3 +19,3 @@ "main": "src/index.js",

"engines": {
"node": ">=12"
"node": ">=14"
},

@@ -27,5 +27,5 @@ "repository": {

"dependencies": {
"@architect/inventory": "~2.0.2",
"@architect/utils": "~3.0.1",
"aws-sdk": "~2.880.0",
"@architect/inventory": "~2.0.4",
"@architect/utils": "~3.0.2",
"aws-sdk": "2.880.0",
"run-parallel": "~1.2.0",

@@ -35,3 +35,3 @@ "run-waterfall": "~1.1.7"

"devDependencies": {
"@architect/deploy": "^2.6.2",
"@architect/deploy": "~3.0.1",
"@architect/eslint-config": "~1.0.0",

@@ -42,4 +42,4 @@ "aws-sdk-mock": "5.1.0",

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

@@ -46,0 +46,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