Socket
Socket
Sign inDemoInstall

@architect/create

Package Overview
Dependencies
Maintainers
4
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 1.1.2 to 1.1.3

8

changelog.md

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

## [1.1.3] 2020-09-30
### Fixed
- Fix issue where `app.arc` manifests accidentally may be overwritten by template initializer
---
## [1.1.2] 2020-09-28

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

2

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

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

@@ -30,4 +30,7 @@ let { join } = require('path')

existsSync(arcDotYAML)
if (initialized && standalone) {
update.done('Existing Architect project manifest found')
if (initialized) {
// Do nothing if already initialized
if (standalone) {
update.done('Existing Architect project manifest found')
}
}

@@ -34,0 +37,0 @@ else {

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