Socket
Socket
Sign inDemoInstall

@architect/create

Package Overview
Dependencies
Maintainers
7
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 0.0.3-RC.1 to 1.0.0

2

package.json
{
"name": "@architect/create",
"version": "0.0.3-RC.1",
"version": "1.0.0",
"description": "Idempotently initialize Architect projects",

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

@@ -25,4 +25,4 @@ let spawn = require('child_process').spawn

if (code === 0) {
console.log() // Intentional
update.done('Your Architect project is ready!')
console.log() // Space
update.done('Your Architect project is ready, start the sandbox to get going!')
callback()

@@ -29,0 +29,0 @@ }

@@ -19,5 +19,5 @@ let chalk = require('chalk')

console.log() // Space
log('version', ver)
log('Version', ver)
log('cwd', process.cwd())
console.log() // Space
}
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