Socket
Socket
Sign inDemoInstall

@lerna/filter-options

Package Overview
Dependencies
1
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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
* **filter-options:** Allow --private to be configured from file ([21e134c](https://github.com/lerna/lerna/commit/21e134c))
* **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)

4

index.js

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

private: {
describe: "Include private packages. Pass --no-private to exclude private packages.",
describe: "Include private packages.\nPass --no-private to exclude private packages.",
type: "boolean",
default: true,
defaultDescription: "true",
},

@@ -24,0 +24,0 @@ since: {

{
"name": "@lerna/filter-options",
"version": "3.0.0",
"version": "3.0.5",
"description": "Options for lerna sub-commands that need filtering",

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

},
"gitHead": "0c40a17a7cd4e9acd8e7ec33ffacd1c1acef5dc6"
"gitHead": "882b52eb4eec60f161c77feb0bb175efea0f2909"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc