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 3.0.2 to 3.0.3

8

changelog.md

@@ -5,2 +5,10 @@ # Architect Destroy changelog

## [3.0.3] 2022-05-10
### Changed
- Updated dependencies; sub-dep `lambda-runtimes` adds `nodejs16.x`.
---
## [3.0.2] 2022-03-31

@@ -7,0 +15,0 @@

18

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

@@ -12,5 +12,5 @@ "main": "src/index.js",

"test": "npm run lint && npm run coverage",
"test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-spec",
"test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-arc",
"coverage": "cross-env nyc --reporter=lcov --reporter=text npm run test:unit",
"test:integration": "cross-env tape test/integration/**/*-test.js | tap-spec",
"test:integration": "cross-env tape test/integration/**/*-test.js | tap-arc",
"rc": "npm version prerelease --preid RC"

@@ -27,4 +27,4 @@ },

"dependencies": {
"@architect/inventory": "~3.1.0",
"@architect/utils": "~3.1.0",
"@architect/inventory": "~3.1.1",
"@architect/utils": "~3.1.1",
"aws-sdk": "2.1001.0",

@@ -36,10 +36,10 @@ "minimist": "~1.2.6",

"devDependencies": {
"@architect/deploy": "~4.0.5",
"@architect/deploy": "~4.1.2",
"@architect/eslint-config": "^2.0.1",
"aws-sdk-mock": "~5.6.2",
"cross-env": "~7.0.3",
"eslint": "^8.12.0",
"eslint": "^8.15.0",
"nyc": "~15.1.0",
"tap-spec": "~5.0.0",
"tape": "~5.5.2"
"tap-arc": "~0.3.4",
"tape": "~5.5.3"
},

@@ -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