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.0.0 to 8.0.1

2

lib/command.js

@@ -555,3 +555,3 @@ /*jshint laxcomma:true, smarttabs: true, node: true, esnext: true, unused: true */

type: opts.type === Boolean ? 'confirm' : opts.mask ? 'password' : 'input'
, name: flag_display
, name: flag
, message: flag_display + ': ' + (opts.description || '(no description)')

@@ -558,0 +558,0 @@ , default: opts.default || null

{
"name": "seeli",
"version": "8.0.0",
"version": "8.0.1",
"description": "Object oriented, flexible CLI tools",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -22,3 +22,3 @@ ![build image](https://travis-ci.org/esatterwhite/node-seeli.svg?branch=master) ![package dependancies](https://david-dm.org/esatterwhite/node-seeli.png)

const Hello new cli.Command({
const Hello = new cli.Command({
description:"displays a simple hello world command"

@@ -104,3 +104,3 @@ , name: 'hello'

now you will have a fully functional world command with help and an interactive walk through
now you will have a fully functional `hello world` command with help and an interactive walk through

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