Socket
Socket
Sign inDemoInstall

@lerna/filter-options

Package Overview
Dependencies
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/filter-options - npm Package Compare versions

Comparing version 3.0.0-beta.9 to 3.0.0-beta.18

12

CHANGELOG.md

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

<a name="3.0.0-beta.18"></a>
# [3.0.0-beta.18](https://github.com/lerna/lerna/compare/v3.0.0-beta.17...v3.0.0-beta.18) (2018-04-24)
### Features
* **filters:** Add `--include-filtered-dependents` flag ([#1393](https://github.com/lerna/lerna/issues/1393)) ([2838260](https://github.com/lerna/lerna/commit/2838260))
<a name="3.0.0-beta.9"></a>

@@ -8,0 +20,0 @@ # [3.0.0-beta.9](https://github.com/lerna/lerna/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2018-03-24)

@@ -30,2 +30,9 @@ "use strict";

},
"include-filtered-dependents": {
describe: dedent`
Include all transitive dependents when running a command,
regardless of --include, --exclude or --since.
`,
boolean: true,
},
"include-filtered-dependencies": {

@@ -32,0 +39,0 @@ describe: dedent`

4

package.json
{
"name": "@lerna/filter-options",
"version": "3.0.0-beta.9",
"version": "3.0.0-beta.18",
"description": "Options for lerna sub-commands that need filtering",

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

},
"gitHead": "70528f23cad0186fdf7529fe32148cc1eff21272"
"gitHead": "7995561e8d010d9fa2e59109b57b9ad8573baba1"
}
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