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

exos-cli

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exos-cli - npm Package Compare versions

Comparing version 0.3.11 to 0.3.13

4

dist/cli/index.js

@@ -36,5 +36,5 @@ "use strict";

console.log();
console.log(`Running exos-cli command ${chalk_1.default.cyan(command)} (v${cliVersion})..`);
console.log(`Running ${chalk_1.default.white.bold("exos-cli")} command ${chalk_1.default.cyan(command)} (v${cliVersion})..`);
console.log();
// Run yargsInteractive for the first time to obtain the command to use.
// Run yargsInteractive for the first time to obtain the command to use
return yargsConfig

@@ -41,0 +41,0 @@ .usage("$0 <command> [args]")

{
"name": "exos-cli",
"version": "0.3.11",
"version": "0.3.13",
"description": "CLI tool for building React + TypeScript applications",

@@ -17,2 +17,3 @@ "main": "./dist/exos-cli.js",

"build": "rm -rf dist && tsc && (for filename in `find src/commands -name 'templates'`; do cp -r $filename `echo $filename | sed 's/src/dist/'` ; done)",
"prestart": "npm run build",
"start": "node .",

@@ -52,3 +53,3 @@ "debug": "node --nolazy --inspect-brk=9229 ./dist/exos-cli.js init",

},
"gitHead": "e88ae42a2f62b1cdf4df7213ab4f1690df84829c"
"gitHead": "87d7471fcbd04c835e04b36f010f1a22cb407739"
}

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