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.7.3 to 1.7.4

2

build/parse.js

@@ -39,3 +39,3 @@ var Parameter, _, settings, state, yargsParser;

result.options = _.mapValues(options, function(value) {
if (/^[\d\.]+$/.test(value)) {
if (/^\d+(\.\d+)?$/.test(value)) {
return parseFloat(value);

@@ -42,0 +42,0 @@ }

{
"name": "capitano",
"version": "1.7.3",
"version": "1.7.4",
"description": "Powerful, non opitionated command line parser for serious applications",

@@ -5,0 +5,0 @@ "main": "build/capitano.js",

@@ -431,2 +431,6 @@ Capitano

### 1.7.4
- Don't parse a single dot as a float number.
### 1.7.3

@@ -433,0 +437,0 @@

Sorry, the diff of this file is not supported yet

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