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 4.0.3 to 4.0.4

8

changelog.md

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

## [4.0.4] 2022-05-10
### Changed
- Updated dependencies; `lambda-runtimes` enables `nodejs16.x`
---
## [4.0.3] 2022-03-31

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

18

package.json
{
"name": "@architect/create",
"version": "4.0.3",
"version": "4.0.4",
"description": "Idempotently initialize Architect projects",

@@ -15,4 +15,4 @@ "main": "src/index.js",

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

@@ -27,6 +27,6 @@ "lint": "eslint . --fix",

"dependencies": {
"@architect/inventory": "~3.1.0",
"@architect/utils": "~3.1.0",
"@architect/inventory": "~3.1.1",
"@architect/utils": "~3.1.1",
"chalk": "4.1.2",
"lambda-runtimes": "~1.1.1",
"lambda-runtimes": "~1.1.2",
"minimist": "~1.2.6"

@@ -37,8 +37,8 @@ },

"cross-env": "~7.0.3",
"eslint": "~8.12.0",
"eslint": "~8.15.0",
"fs-extra": "~10.0.1",
"nyc": "~15.1.0",
"proxyquire": "^2.1.3",
"tap-spec": "^5.0.0",
"tape": "~5.5.2"
"tap-arc": "^0.3.4",
"tape": "~5.5.3"
},

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