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.6 to 1.0.7

8

changelog.md

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

## [1.0.7] 2019-12-15
### Fixed
- Fixes project bootstrapping predicate; thanks @ksjogo!
---
## [1.0.6] 2019-12-12

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

2

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

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

@@ -32,3 +32,3 @@ let path = require('path')

*/
if (folder !== process.cwd && !exists(folder)) {
if (folder !== process.cwd() && !exists(folder)) {
update.status(

@@ -35,0 +35,0 @@ 'Bootstrapping new Architect project',

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