Socket
Socket
Sign inDemoInstall

@lerna/filter-options

Package Overview
Dependencies
Maintainers
2
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.10.1 to 3.10.6

11

CHANGELOG.md

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

## [3.10.6](https://github.com/lerna/lerna/compare/v3.10.5...v3.10.6) (2019-01-19)
### Bug Fixes
* **options:** Document negated boolean options explicitly ([8bc9669](https://github.com/lerna/lerna/commit/8bc9669))
## [3.10.1](https://github.com/lerna/lerna/compare/v3.10.0...v3.10.1) (2019-01-09)

@@ -8,0 +19,0 @@

8

index.js

@@ -20,6 +20,10 @@ "use strict";

},
"no-private": {
describe: 'Exclude packages with { "private": true } in their package.json.',
type: "boolean",
},
private: {
describe: "Include private packages.\nPass --no-private to exclude private packages.",
// proxy for --no-private
hidden: true,
type: "boolean",
defaultDescription: "true",
},

@@ -26,0 +30,0 @@ since: {

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

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

},
"gitHead": "d13e9016c79f4244f84100993aecae3edba957d6"
"gitHead": "5a7392e59e6ae5ee8aea10467ffb4b12f3b1e3d1"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc