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 to 6.0.1

5

command.js

@@ -81,2 +81,7 @@ "use strict";

},
"load-env-files": {
group: "Command Options:",
describe: "When useNx is not false, automatically load .env files",
type: "boolean",
},
});

@@ -83,0 +88,0 @@

1

index.js

@@ -314,2 +314,3 @@ /* eslint-disable */

excludeTaskDependencies: mimicLernaDefaultBehavior,
loadDotEnvFiles: this.options.loadEnvFiles ?? true,
};

@@ -316,0 +317,0 @@

20

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

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

"dependencies": {
"@lerna/command": "6.0.0",
"@lerna/filter-options": "6.0.0",
"@lerna/npm-run-script": "6.0.0",
"@lerna/output": "6.0.0",
"@lerna/profiler": "6.0.0",
"@lerna/run-topologically": "6.0.0",
"@lerna/timer": "6.0.0",
"@lerna/validation-error": "6.0.0",
"@lerna/command": "6.0.1",
"@lerna/filter-options": "6.0.1",
"@lerna/npm-run-script": "6.0.1",
"@lerna/output": "6.0.1",
"@lerna/profiler": "6.0.1",
"@lerna/run-topologically": "6.0.1",
"@lerna/timer": "6.0.1",
"@lerna/validation-error": "6.0.1",
"fs-extra": "^9.1.0",
"p-map": "^4.0.0"
},
"gitHead": "6fa5951a03d3c0c4bd2f154b413cc9a378adc02b"
"gitHead": "4fcefff1b7d982c83b6d68d0a84d7e878ea87449"
}

@@ -114,4 +114,10 @@ # `@lerna/run`

### `--load-env-files`
By default the modern task runner powered by Nx will automatically load .env files for you. You can set `--load-env-files` to false if you want to disable this behavior for any reason.
For more details about what `.env` files will be loaded by default please see: https://nx.dev/recipes/environment-variables/define-environment-variables
### `useNx=false`
By setting `useNx` to `false` you can use the legacy task running implementations in `lerna` (`p-map` and `p-queue`) instead of using the default modern task runner implementation powered by [Nx](https://nx.dev).
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