Socket
Socket
Sign inDemoInstall

@architect/create

Package Overview
Dependencies
35
Maintainers
4
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.13 to 1.0.14

17

changelog.md

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

## [1.0.14] 2020-01-29
### Changed
- Default `.arc` file no longer includes a boilerplate for `@aws bucket`
---
## [1.0.13] 2020-01-29
### Added
- Added `--static` flag to init to create a basic static asset app (instead of one with a `@http get /` function)
- Example: `npm init @architect --static ./myapp`
---
## [1.0.12] 2020-01-22

@@ -7,0 +24,0 @@

2

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

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

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

# region us-west-1
# bucket your-private-deploy-bucket
`

@@ -22,0 +21,0 @@

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