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

cli-flags

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-flags - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

2

lib/parse.js

@@ -118,3 +118,3 @@ "use strict";

else {
const value = flag.parse(token.input);
const value = flag.parse ? flag.parse(token.input) : token.input;
if (flag.multiple) {

@@ -121,0 +121,0 @@ flags[token.flag] = flags[token.flag] || [];

{
"name": "cli-flags",
"description": "basic CLI flag parser",
"version": "1.0.18",
"version": "1.0.19",
"author": "Jeff Dickey",

@@ -9,3 +9,3 @@ "bugs": "https://github.com/heroku/cli-flags/issues",

"chalk": "^2.3.0",
"cli-ux": "^2.0.5",
"cli-ux": "^2.0.8",
"lodash": "^4.17.4",

@@ -17,4 +17,4 @@ "ts-lodash": "^4.0.6"

"@types/jest": "^21.1.8",
"@types/lodash": "^4.14.88",
"@types/node": "^8.0.58",
"@types/lodash": "^4.14.91",
"@types/node": "^8.5.1",
"babel-core": "^6.26.0",

@@ -28,3 +28,3 @@ "del-cli": "^1.1.0",

"ts-jest": "^21.2.4",
"ts-node": "^4.0.1",
"ts-node": "^4.0.2",
"tslint": "^5.8.0",

@@ -31,0 +31,0 @@ "tslint-config-prettier": "^1.6.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