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

@lerna/global-options

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/global-options - npm Package Compare versions

Comparing version 3.0.0 to 3.0.5

13

CHANGELOG.md

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

<a name="3.0.5"></a>
## [3.0.5](https://github.com/lerna/lerna/compare/v3.0.4...v3.0.5) (2018-08-15)
### Bug Fixes
* **global-options:** Allow --sort to be configured from file ([f4aed75](https://github.com/lerna/lerna/commit/f4aed75))
* **help:** Insert line break before describing boolean negations ([da2f886](https://github.com/lerna/lerna/commit/da2f886))
<a name="3.0.0"></a>

@@ -8,0 +21,0 @@ # [3.0.0](https://github.com/lerna/lerna/compare/v3.0.0-rc.0...v3.0.0) (2018-08-10)

6

index.js

@@ -25,8 +25,8 @@ "use strict";

default: !ci && progress,
describe: "Enable progress bars. Pass --no-progress to disable. (Always off in CI)",
describe: "Enable progress bars. (Always off in CI)\nPass --no-progress to disable.",
type: "boolean",
},
sort: {
default: true,
describe: "Sort packages topologically (all dependencies before dependents).",
defaultDescription: "true",
describe: "Sort packages topologically (dependencies before dependents).\nPass --no-sort to disable.",
type: "boolean",

@@ -33,0 +33,0 @@ },

{
"name": "@lerna/global-options",
"version": "3.0.0",
"version": "3.0.5",
"description": "Global options applicable to _every_ lerna sub-command",

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

},
"gitHead": "0c40a17a7cd4e9acd8e7ec33ffacd1c1acef5dc6"
"gitHead": "882b52eb4eec60f161c77feb0bb175efea0f2909"
}
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