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

@hoth/cli

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hoth/cli - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

CHANGELOG.md

2

dist/index.js

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

const start_1 = require("./start");
const generate_1 = require("./generate");
const commander = commist_1.default();

@@ -23,2 +24,3 @@ const help = help_me_1.default({

commander.register('start', start_1.cli);
commander.register('generate', generate_1.cli);
const res = commander.parse(process.argv.splice(2));

@@ -25,0 +27,0 @@ if (res) {

Fastify command line interface available commands are:
* start start a server
* generate init a project
* version the current fastify-cli version

@@ -5,0 +6,0 @@ * help help about commands

13

package.json
{
"name": "@hoth/cli",
"version": "1.0.2",
"version": "1.0.3",
"description": "cli plugin for hoth framework",

@@ -29,6 +29,8 @@ "main": "dist/index.js",

"dependencies": {
"@hoth/app-autoload": "^1.0.2",
"@hoth/app-autoload": "^1.0.3",
"@hoth/logger": "^1.0.1",
"@hoth/utils": "^1.0.1",
"@hoth/utils": "^1.0.2",
"chalk": "^4.1.0",
"commist": "^1.1.0",
"generify": "^4.2.0",
"help-me": "^2.0.0",

@@ -43,5 +45,6 @@ "inspector": "^0.5.0",

"dist",
"help"
"help",
"templates"
],
"gitHead": "533d8eeb5a84ee0100088be40380ac0300a3160b"
"gitHead": "f88eee388c4c6c036c80f7e9b5cbb2823c75fb7e"
}

Sorry, the diff of this file is not supported yet

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