Socket
Socket
Sign inDemoInstall

@lerna/run

Package Overview
Dependencies
162
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0-alpha.1 to 6.0.0-alpha.2

LICENSE

6

index.js

@@ -288,3 +288,3 @@ /* eslint-disable */

this.name,
`"parallel", "sort", and "no-sort" are ignored when nx.json has targetDefaults defined. See https://lerna.js.org/docs/recipes/using-lerna-powered-by-nx-to-run-tasks for details.`
`"parallel", "sort", and "no-sort" are ignored when nx.json has targetDefaults defined. See https://lerna.js.org/docs/lerna6-obsolete-options for details.`
);

@@ -296,3 +296,3 @@ }

this.name,
`Using the "include-dependencies" option when nx.json has targetDefaults defined will include both task dependencies detected by Nx and project dependencies detected by Lerna. See https://lerna.js.org/docs/recipes/using-lerna-powered-by-nx-to-run-tasks#--include-dependencies for details.`
`Using the "include-dependencies" option when nx.json has targetDefaults defined will include both task dependencies detected by Nx and project dependencies detected by Lerna. See https://lerna.js.org/docs/lerna6-obsolete-options#--include-dependencies for details.`
);

@@ -304,3 +304,3 @@ }

this.name,
`Using the "ignore" option when nx.json has targetDefaults defined will exclude only tasks that are not determined to be required by Nx. See https://lerna.js.org/docs/recipes/using-lerna-powered-by-nx-to-run-tasks#--ignore for details.`
`Using the "ignore" option when nx.json has targetDefaults defined will exclude only tasks that are not determined to be required by Nx. See https://lerna.js.org/docs/lerna6-obsolete-options#--ignore for details.`
);

@@ -307,0 +307,0 @@ }

{
"name": "@lerna/run",
"version": "6.0.0-alpha.1",
"version": "6.0.0-alpha.2",
"description": "Run an npm script in each package that contains that script",

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

"dependencies": {
"@lerna/command": "6.0.0-alpha.1",
"@lerna/filter-options": "6.0.0-alpha.1",
"@lerna/npm-run-script": "6.0.0-alpha.1",
"@lerna/output": "6.0.0-alpha.1",
"@lerna/profiler": "6.0.0-alpha.1",
"@lerna/run-topologically": "6.0.0-alpha.1",
"@lerna/timer": "6.0.0-alpha.1",
"@lerna/validation-error": "6.0.0-alpha.1",
"@lerna/command": "6.0.0-alpha.2",
"@lerna/filter-options": "6.0.0-alpha.2",
"@lerna/npm-run-script": "6.0.0-alpha.2",
"@lerna/output": "6.0.0-alpha.2",
"@lerna/profiler": "6.0.0-alpha.2",
"@lerna/run-topologically": "6.0.0-alpha.2",
"@lerna/timer": "6.0.0-alpha.2",
"@lerna/validation-error": "6.0.0-alpha.2",
"fs-extra": "^9.1.0",
"p-map": "^4.0.0"
},
"gitHead": "8a1660e1e78c39db2f7a080862d93bbde6dd9339"
"gitHead": "154b93901308cbfd6b803e1f199e9b6d2e362b6f"
}
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