Socket
Socket
Sign inDemoInstall

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 1.3.2 to 1.3.3

5

CHANGES.md
# node-cmdln Changelog
## 1.3.3
- Update to dashdash@1.6.0 (and other deps).
## 1.3.2

@@ -4,0 +9,0 @@

12

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

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

"dependencies": {
"assert-plus": "0.1.3",
"extsprintf": "1.0.2",
"verror": "1.3.6",
"dashdash": "1.3.2"
"assert-plus": "0.1.5",
"extsprintf": "1.0.3",
"verror": "1.4.0",
"dashdash": "1.6.0"
},
"devDependencies": {
"nodeunit": "0.7.4"
"nodeunit": "0.9.0"
}
}

@@ -58,3 +58,4 @@ /*

stdout: [/^Usage/m, /^What is best/m, /^Options/m, /-h, --help/,
/^Commands/m, /crush/, /hear/]
/^Commands/m, /crush/, /hear/],
code: 1
}

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