New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

capitano

Package Overview
Dependencies
Maintainers
3
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.2 to 1.9.0-60-preserve-raw-string-values-16bbf866b6badd07be27cf2710dab78388aa3212

1

build/signature.js

@@ -166,2 +166,3 @@ var Parameter, Signature, _, appearedMoreThanOnce, async, isLastOne, parse, settings, utils;

result[parameterValue] = _.parseInt(word);
result[parameterValue + '_raw'] = word;
} else {

@@ -168,0 +169,0 @@ result[parameterValue] = word;

@@ -7,4 +7,8 @@ # Change Log

## 1.8.2 - 2018-11-14
## 1.9.0 - 2019-02-22
* Preserve string value of looks-like-integer parameters [Paulo Castro]
## 1.8.2 - 2018-11-13
* Fix ignored error in async action functions [Paulo Castro]

@@ -11,0 +15,0 @@ * Dependencies: Update lodash and underscore.string packages [Lucian Buzzo]

2

package.json
{
"name": "capitano",
"version": "1.8.2",
"version": "1.9.0-60-preserve-raw-string-values-16bbf866b6badd07be27cf2710dab78388aa3212",
"description": "Powerful, non opitionated command line parser for serious applications",

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

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