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

seeli

Package Overview
Dependencies
Maintainers
2
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seeli - npm Package Compare versions

Comparing version 8.1.3 to 8.2.0

14

package.json
{
"name": "seeli",
"version": "8.1.3",
"version": "8.2.0",
"description": "Object oriented, flexible CLI tools",

@@ -10,4 +10,3 @@ "main": "index.js",

"scripts": {
"test": "tap -Rtap -J --cov test",
"docs": "jsdoc -r lib"
"test": "tap -Rtap -J --cov test"
},

@@ -55,7 +54,7 @@ "repository": {

"abbrev": "~1.1.0",
"chalk": "^2.1.0",
"cliui": "^4.0.0",
"chalk": "^2.4.1",
"cliui": "^4.1.0",
"clone": "^2.0.0",
"debug": "^3.1.0",
"inquirer": "^4.0.0",
"inquirer": "^6.0.0",
"mout": "^1.0.0",

@@ -68,4 +67,3 @@ "nopt": "~4.0.0",

"devDependencies": {
"jsdoc": "^3.5.5",
"tap": "^10.7.2"
"tap": "^12.0.1"
},

@@ -72,0 +70,0 @@ "nyc": {

![build image](https://travis-ci.org/esatterwhite/node-seeli.svg?branch=master) ![package dependancies](https://david-dm.org/esatterwhite/node-seeli.png)
[![Codacy Badge](https://www.codacy.com/project/badge/47a935a723c94c73bc97d749836ee489)](https://www.codacy.com/app/esatterwhite/node-seeli)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/47a935a723c94c73bc97d749836ee489)](https://www.codacy.com/app/esatterwhite/node-seeli?utm_source=github.com&utm_medium=referral&utm_content=esatterwhite/node-seeli&utm_campaign=Badge_Grade)

@@ -211,3 +211,3 @@ seeli ( C. L. I. )

**flags** | `Object` | `{}` | key value pairs used to control the command where keys are the name of the flag and the values is a configuration object for the flag
**ui** | `String` | `dots` | The kind of [progress indicator](https://github.com/sindresorhus/cli-spinners/blob/master/spinners.jso) your command should use
**ui** | `String` | `dots` | The kind of [progress indicator](https://github.com/sindresorhus/cli-spinners/blob/master/spinners.json) your command should use
**run** | `Function` | `no-op` | An async function used as the body of the command. It will be passed a `subcommand` name if one was passed, and a `data` object containing the processed values from the command input.

@@ -236,6 +236,6 @@

Flag names that contain a colon (`:`) will be parsed as a nested value in the data that is return to you commands. You can Set arbitrarily deep values.
You can use this to automatically construct complext object. Array values are limited to primitive types
You can use this to automatically construct complex object. Array values are limited to primitive types
```javascript
// cli ---foo:bar:foobar=hello --foo:bar:baz=world --nested:array=1 --nested:array=2
// cli --foo:bar:foobar=hello --foo:bar:baz=world --nested:array=1 --nested:array=2

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