New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-fastify-app

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-fastify-app - npm Package Compare versions

Comparing version 1.5.12 to 1.6.0

cfa-autocompletion.sh

2

generators/fastify/index.js

@@ -46,3 +46,3 @@ #! /usr/bin/env node

if (dirExist) {
log('error', 'Project folder already exist\n')
log('error', `Project folder ${dir} already exist\n`)
module.exports.stop()

@@ -49,0 +49,0 @@ }

{
"name": "create-fastify-app",
"version": "1.5.12",
"version": "1.6.0",
"description": "A Fastify application generator",

@@ -5,0 +5,0 @@ "main": "create-fastify-app.js",

@@ -22,2 +22,10 @@ # create-fastify-app

## Enable autocompletion
run the following command from your terminal. Pay attention to the `. ./` or the autocompletion feature won't start.
```
. ./cfa-autocompletion.sh
```
## Usage

@@ -287,2 +295,2 @@

Licensed under [MIT](./LICENSE).
Licensed under [MIT](./LICENSE).

@@ -14,3 +14,3 @@ 'use strict'

).then(out => {
t.ok(out.indexOf('Project folder already exist') !== -1)
t.ok(out.indexOf(`Project folder ${process.cwd()} already exist`) !== -1)
})

@@ -17,0 +17,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