Socket
Socket
Sign inDemoInstall

@lerna/listable

Package Overview
Dependencies
3
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.18.0 to 3.18.4

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [3.18.4](https://github.com/lerna/lerna/compare/v3.18.3...v3.18.4) (2019-11-08)
**Note:** Version bump only for package @lerna/listable
# [3.18.0](https://github.com/lerna/lerna/compare/v3.17.0...v3.18.0) (2019-10-15)

@@ -8,0 +16,0 @@

16

lib/listable-options.js

@@ -5,6 +5,6 @@ "use strict";

function listableOptions(yargs) {
function listableOptions(yargs, group = "Command Options:") {
return yargs.options({
json: {
group: "Command Options:",
group,
describe: "Show information as a JSON array",

@@ -14,3 +14,3 @@ type: "boolean",

ndjson: {
group: "Command Options:",
group,
describe: "Show information as newline-delimited JSON",

@@ -20,3 +20,3 @@ type: "boolean",

a: {
group: "Command Options:",
group,
describe: "Show private packages that are normally hidden",

@@ -27,3 +27,3 @@ type: "boolean",

l: {
group: "Command Options:",
group,
describe: "Show extended information",

@@ -34,3 +34,3 @@ type: "boolean",

p: {
group: "Command Options:",
group,
describe: "Show parseable output instead of columnified view",

@@ -41,3 +41,3 @@ type: "boolean",

toposort: {
group: "Command Options:",
group,
describe: "Sort packages in topological order instead of lexical by directory",

@@ -47,3 +47,3 @@ type: "boolean",

graph: {
group: "Command Options:",
group,
describe: "Show dependency graph as a JSON-formatted adjacency list",

@@ -50,0 +50,0 @@ type: "boolean",

{
"name": "@lerna/listable",
"version": "3.18.0",
"version": "3.18.4",
"description": "Shared logic for listing package information",

@@ -36,3 +36,3 @@ "keywords": [

},
"gitHead": "0ea8fb136f408fb4de3fd39bb7069d976235d53d"
"gitHead": "eeacb92a4878ed8002f95359dc6d0b8ec14df12e"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc