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.1.1 to 4.1.2

9

changelog.md

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

## [4.1.2] 2022-10-13
### Fixed
- Fixed `arc create` failures for Lambdas created by `set.customLambdas`; fixes #1382, thanks @
buffpojken!
---
## [4.1.0 - 4.1.1] 2022-09-06

@@ -7,0 +16,0 @@

2

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

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

@@ -12,4 +12,5 @@ let { sep } = require('path')

module.exports = function writeCode (lambda) {
let { src, build, handlerFile, handlerModuleSystem, pragma, config, body } = lambda
let { src, build, handlerFile, handlerModuleSystem, config, body } = lambda
let { runtime, runtimeConfig } = config
let pragma = lambda.pragma || 'customLambdas' // Lambdas generated by via set.customLambdas plugins have a null pragma

@@ -16,0 +17,0 @@ let filepath = handlerFile

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