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 4.0.1 to 4.0.2

18

package.json
{
"name": "@architect/destroy",
"version": "4.0.1",
"version": "4.0.2",
"description": "Destroy projects created with Architect",

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

"dependencies": {
"@architect/inventory": "~4.0.2",
"@architect/utils": "~4.0.1",
"@aws-lite/client": "^0.16.1",
"@aws-lite/cloudformation": "^0.0.3",
"@aws-lite/cloudwatch-logs": "^0.0.3",
"@aws-lite/s3": "^0.1.17",
"@aws-lite/ssm": "^0.2.2",
"@architect/inventory": "~4.0.3",
"@architect/utils": "~4.0.2",
"@aws-lite/client": "^0.17.1",
"@aws-lite/cloudformation": "^0.0.4",
"@aws-lite/cloudwatch-logs": "^0.0.4",
"@aws-lite/s3": "^0.1.18",
"@aws-lite/ssm": "^0.2.3",
"minimist": "~1.2.8",

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

"devDependencies": {
"@architect/deploy": "~5.0.0",
"@architect/deploy": "~5.0.1",
"@architect/eslint-config": "^2.1.2",

@@ -42,0 +42,0 @@ "cross-env": "~7.0.3",

@@ -88,2 +88,8 @@ let _inventory = require('@architect/inventory')

region: inventory.inv.aws.region,
plugins: [
import('@aws-lite/cloudformation'),
import('@aws-lite/cloudwatch-logs'),
import('@aws-lite/s3'),
import('@aws-lite/ssm'),
],
})

@@ -90,0 +96,0 @@ .then(_aws => {

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