Socket
Socket
Sign inDemoInstall

@lerna/run

Package Overview
Dependencies
Maintainers
4
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.0.0 to 3.0.2

12

CHANGELOG.md

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

<a name="3.0.2"></a>
## [3.0.2](https://github.com/lerna/lerna/compare/v3.0.1...v3.0.2) (2018-08-11)
### Bug Fixes
* **run:** Allow config files to override defaults ([f15b6fb](https://github.com/lerna/lerna/commit/f15b6fb))
<a name="3.0.0"></a>

@@ -8,0 +20,0 @@ # [3.0.0](https://github.com/lerna/lerna/compare/v3.0.0-rc.0...v3.0.0) (2018-08-10)

5

command.js

@@ -23,3 +23,3 @@ "use strict";

describe: "Stop when the script fails in a package.\nPass --no-bail to continue despite failure.",
default: true,
defaultDescription: "true",
type: "boolean",

@@ -42,3 +42,3 @@ },

describe: "Pass --no-prefix to disable prefixing of streamed output.",
default: true,
defaultDescription: "true",
type: "boolean",

@@ -49,2 +49,3 @@ },

describe: "Executable used to run scripts (npm, yarn, pnpm, ...).",
defaultDescription: "npm",
type: "string",

@@ -51,0 +52,0 @@ requiresArg: true,

4

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

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

},
"gitHead": "0c40a17a7cd4e9acd8e7ec33ffacd1c1acef5dc6"
"gitHead": "784d64e7dbd1275175bc080d148656916e2f5d76"
}
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