Socket
Socket
Sign inDemoInstall

@architect/create

Package Overview
Dependencies
45
Maintainers
6
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0-RC.1 to 4.2.0

1

changelog.md

@@ -21,2 +21,3 @@ # Architect Create changelog

- Ensure transpiled and compiled handlers aren't (re)created when they haven't been compiled
- Fixed possible issue running create when no Lambdas are present

@@ -23,0 +24,0 @@ ---

8

package.json
{
"name": "@architect/create",
"version": "4.2.0-RC.1",
"version": "4.2.0",
"description": "Idempotently initialize Architect projects",

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

"dependencies": {
"@architect/inventory": "~3.5.0-RC.1",
"@architect/utils": "~3.1.6",
"@architect/inventory": "~3.5.0",
"@architect/utils": "~3.1.7",
"chalk": "4.1.2",

@@ -36,3 +36,3 @@ "lambda-runtimes": "~1.1.4",

"cross-env": "~7.0.3",
"eslint": "~8.38.0",
"eslint": "~8.39.0",
"fs-extra": "~11.1.1",

@@ -39,0 +39,0 @@ "nyc": "~15.1.0",

@@ -20,3 +20,3 @@ let { join } = require('path')

let dirs = []
if (!inv.lambdaSrcDirs.length) return dirs
if (!inv.lambdaSrcDirs?.length) return dirs

@@ -23,0 +23,0 @@ Object.values(inv.lambdasBySrcDir).forEach(lambda => {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc