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

cmdln

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmdln - npm Package Compare versions

Comparing version 3.5.3 to 3.5.4

6

CHANGES.md
# node-cmdln Changelog
## 3.5.4
- Bump dashdash dep version to get bash completion fix in
trentm/node-dashdash#20.
## 3.5.3

@@ -4,0 +10,0 @@

4

package.json
{
"name": "cmdln",
"version": "3.5.3",
"version": "3.5.4",
"description": "helper lib for creating CLI tools with subcommands; think `git`, `svn`, `zfs`",

@@ -19,3 +19,3 @@ "author": "Trent Mick (http://trentm.com)",

"verror": "^1.6.0",
"dashdash": "^1.12.2"
"dashdash": "^1.13.1"
},

@@ -22,0 +22,0 @@ "devDependencies": {

@@ -160,3 +160,4 @@ `node-cmdln` is a node.js helper lib for creating CLI tools with subcommands

See the `do_completion` subcommand on "examples/conan.js" for a complete example
of this.
of this. See the equivalent in the larger `triton` tool for another example:
<https://github.com/joyent/node-triton/blob/master/lib/do_completion.js>.

@@ -163,0 +164,0 @@ Another potential usage could be to pre-generate a completion file and

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