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

capitano

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capitano - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1-fix-versionist-064ccb3

CHANGELOG.md

4

package.json
{
"name": "capitano",
"version": "1.8.0",
"version": "1.8.1-fix-versionist-064ccb3",
"description": "Powerful, non opitionated command line parser for serious applications",

@@ -27,3 +27,3 @@ "main": "build/capitano.js",

"author": "Juan Cruz Viotti <juanchiviotti@gmail.com>",
"license": "MIT",
"license": "Apache-2.0",
"devDependencies": {

@@ -30,0 +30,0 @@ "chai": "~2.3.0",

@@ -433,91 +433,2 @@ Capitano

ChangeLog
---------
### 1.8.0
- fix: Fix multi word variadic commands
### 1.7.5
- Cli: Parse escaped commands correctly
- Add example default command
### 1.7.4
- Don't parse a single dot as a float number.
### 1.7.3
- Don't evaluate numbers in scientific notation automatically.
### 1.7.2
- Replace `minimist` with `yargs-parser`.
### 1.7.1
- Fix required options errors being thrown synchronously.
### 1.7.0
- Add `option#toString()` method as an utility build help pages.
### 1.6.2
- Add `EACCES` code to the error thrown on "root" commands.
### 1.6.1
- Fix issue with command option values that started with numbers.
### 1.6.0
- Implement root property support.
### 1.5.0
- Expose internal utils object as `capitano.utils`.
### 1.4.0
- Stdin support. See [#12](https://github.com/resin-io/capitano/issues/12).
Notice `capitano.state.getMatchCommand()` is now async.
### 1.3.1
- Catch action errors and send them to the callback automatically. See [#17](https://github.com/resin-io/capitano/pull/17).
### 1.3.0
- Implement permission support. Discussed in [#15](https://github.com/resin-io/capitano/issues/15).
### 1.2.0
- Implement action callback support. Discussed in [#11](https://github.com/resin-io/capitano/issues/11).
### 1.1.1
- Fix issue with parsing words that start with a number.
### 1.1.0
- Implement support for required options.
### 1.0.4
- Fix issue when instantiating Parameter instances with a number directly.
### 1.0.3
- Fix issue with quotation of multi word parameters. Thanks [@Page-](https://github.com/Page-)!
### 1.0.2
- Fix https://github.com/resin-io/capitano/issues/4.
### 1.0.1
- Fix issues with path and quoted multi string parameters.
Contribute

@@ -524,0 +435,0 @@ ----------

Sorry, the diff of this file is not supported yet

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