Socket
Socket
Sign inDemoInstall

@architect/create

Package Overview
Dependencies
5
Maintainers
6
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.0.1

8

changelog.md

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

## [4.0.1] 2022-02-25
### Fixed
- Fix issue where Create would attempt (and fail) to write static assets when not needed
---
## [4.0.0] 2022-01-23

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

2

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

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

@@ -17,2 +17,3 @@ let { existsSync, mkdirSync, writeFileSync } = require('fs')

let { inv } = inventory
if (!inv.static) return
// Only create a static asset folder if no root handler is defined, and no folder already exists

@@ -19,0 +20,0 @@ let asap = inv._project.rootHandler === 'arcStaticAssetProxy'

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