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.11.0 to 3.12.0

8

CHANGELOG.md

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

# [3.12.0](https://github.com/lerna/lerna/compare/v3.11.1...v3.12.0) (2019-02-14)
**Note:** Version bump only for package @lerna/filter-options
# [3.11.0](https://github.com/lerna/lerna/compare/v3.10.8...v3.11.0) (2019-02-08)

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

6

package.json
{
"name": "@lerna/filter-options",
"version": "3.11.0",
"version": "3.12.0",
"description": "Options for lerna sub-commands that need filtering",

@@ -34,7 +34,7 @@ "keywords": [

"dependencies": {
"@lerna/collect-updates": "3.11.0",
"@lerna/collect-updates": "3.12.0",
"@lerna/filter-packages": "3.11.0",
"dedent": "^0.7.0"
},
"gitHead": "45a05acf2d52a46f553fc1efadf9a32312aca82b"
"gitHead": "e2cc514e55a4b520258769a80648b42c45eea9f4"
}

@@ -14,4 +14,7 @@ # `@lerna/filter-options`

$ lerna run --scope toolbar-* test
$ lerna run --scope package-1 --scope *-2 lint
```
**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.
### `--ignore <glob>`

@@ -21,2 +24,10 @@

```sh
$ lerna exec --ignore package-{1,2,5} -- ls -la
$ lerna run --ignore package-1 test
$ lerna run --ignore package-@(1|2) --ignore package-3 lint
```
More examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).
### `--no-private`

@@ -23,0 +34,0 @@

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