Socket
Socket
Sign inDemoInstall

@lerna/run

Package Overview
Dependencies
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/run - npm Package Compare versions

Comparing version 3.18.0 to 3.18.4

11

CHANGELOG.md

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

## [3.18.4](https://github.com/lerna/lerna/compare/v3.18.3...v3.18.4) (2019-11-08)
### Bug Fixes
* **filter-options:** Ensure `--include-merged-tags` is available to all `--since`-filterable commands ([287bcd8](https://github.com/lerna/lerna/commit/287bcd8b5c8dbb2dc4def5c933d0b4917c34813e)), closes [#2332](https://github.com/lerna/lerna/issues/2332)
# [3.18.0](https://github.com/lerna/lerna/compare/v3.17.0...v3.18.0) (2019-10-15)

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

6

package.json
{
"name": "@lerna/run",
"version": "3.18.0",
"version": "3.18.4",
"description": "Run an npm script in each package that contains that script",

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

"@lerna/command": "3.18.0",
"@lerna/filter-options": "3.18.0",
"@lerna/filter-options": "3.18.4",
"@lerna/npm-run-script": "3.16.5",

@@ -45,3 +45,3 @@ "@lerna/output": "3.13.0",

},
"gitHead": "0ea8fb136f408fb4de3fd39bb7069d976235d53d"
"gitHead": "eeacb92a4878ed8002f95359dc6d0b8ec14df12e"
}

@@ -22,3 +22,3 @@ # `@lerna/run`

`lerna run` respects the `--concurrency`, `--scope`, and `--ignore` flags (see [Filter Flags](https://www.npmjs.com/package/@lerna/filter-options)).
`lerna run` accepts all [filter flags](https://www.npmjs.com/package/@lerna/filter-options).

@@ -25,0 +25,0 @@ ```sh

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