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

nubo-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nubo-cli - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1-test

bin/nubo

5

dist/cli.js

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

const meow_1 = __importDefault(require("meow"));
const ui_1 = __importDefault(require("./ui"));
const import_jsx_1 = __importDefault(require("import-jsx"));
const App = (0, import_jsx_1.default)('./ui');
const cli = (0, meow_1.default)(`

@@ -29,2 +30,2 @@ Usage

});
(0, ink_1.render)(react_1.default.createElement(ui_1.default, { name: cli.flags.name }));
(0, ink_1.render)(react_1.default.createElement(App, { name: cli.flags.name }));

25

package.json
{
"name": "nubo-cli",
"version": "0.0.0",
"version": "0.0.1-test",
"license": "MIT",
"preferGlobal": true,
"bin": {
"nubo": "dist/cli.js"
"nubo": "bin/nubo"
},

@@ -13,12 +14,13 @@ "engines": {

"build": "tsc",
"start": "npm run build && dist/cli.js",
"pretest": "npm run build",
"test": "xo && ava"
"test": "xo && ava",
"publish": "npm publish --access public",
"prepublishOnly": "npm run build"
},
"publish": "npm publish --access public",
"prepublishOnly": "npm run build",
"files": [
"dist/cli.js"
"dist/**/*",
"bin/**/*"
],
"dependencies": {
"import-jsx": "^4.0.0",
"ink": "^3.0.9",

@@ -54,5 +56,14 @@ "meow": "^9.0.0",

"ink-testing-library": "^2.1.0",
"nodemon": "^2.0.13",
"typescript": "^4.4.3",
"xo": "^0.39.1"
},
"homepage": "https://github.com/NuboHQ/nubo-cli#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/NuboHQ/nubo-cli.git"
},
"bugs": {
"url": "https://github.com/NuboHQ/nubo-cli/issues"
}
}

@@ -6,3 +6,3 @@ # Nubo CLI

```bash
$ npm install --global nubo-cli
$ npm i nubo-cli -g
```

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