Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-knit-app

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-knit-app - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

2

bin/cli-init.js

@@ -39,3 +39,3 @@ /* @flow weak */

log.info(`run ${chalk.cyan(`cd ${cwd}`)} to explore your project`);
log.info(`run ${chalk.cyan('yarn run knit:list')} to view your modules`);
log.info(`run ${chalk.cyan('yarn knit:list')} to view your modules`);
log.info(`run ${chalk.cyan('yarn start')} to spin up a development server`);

@@ -42,0 +42,0 @@ console.log();

@@ -9,3 +9,3 @@ {

"name": "create-knit-app",
"version": "0.0.21",
"version": "0.0.22",
"bin": {

@@ -30,4 +30,4 @@ "create-knit-app": "./index.js"

"execa": "0.5.0",
"@knit/mittens-nice-errors": "0.0.21",
"@knit/mittens-logger": "0.0.21",
"@knit/mittens-nice-errors": "0.0.22",
"@knit/mittens-logger": "0.0.22",
"update-notifier": "1.0.2",

@@ -34,0 +34,0 @@ "yargs": "^6.3.0",

{
"scripts": {
"knit:list": "knit list",
"start": "knit dev start"
"start": "knit dev server"
},
"version": "0.0.0"
}
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