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.0.11 to 1.0.12

9

changelog.md

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

## [1.0.12] 2020-01-22
### Changed
- Update default node version to `nodejs12.x`
- Updated dependencies
---
## [1.0.11] 2020-01-06

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

4

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

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

"tap-spec": "^5.0.0",
"tape": "^4.12.1"
"tape": "^4.13.0"
}
}

@@ -39,3 +39,3 @@ let {readArc, updater} = require('@architect/utils')

let supported = ['node', 'deno', 'ruby', 'python', 'rb', 'py', 'js']
let node = 'nodejs10.x'
let node = 'nodejs12.x'
let deno = 'deno'

@@ -42,0 +42,0 @@ let ruby = 'ruby2.5'

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