Socket
Socket
Sign inDemoInstall

@lerna/project

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/project - npm Package Compare versions

Comparing version 3.16.0 to 3.18.0

11

CHANGELOG.md

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

# [3.18.0](https://github.com/lerna/lerna/compare/v3.17.0...v3.18.0) (2019-10-15)
### Features
* **filter-options:** Rename `--include-filtered-*` options ([f2c3a92](https://github.com/lerna/lerna/commit/f2c3a92fe41b6fdc5d11269f0f2c3e27761b4c85))
# [3.16.0](https://github.com/lerna/lerna/compare/v3.15.0...v3.16.0) (2019-07-18)

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

@@ -9,2 +9,14 @@ "use strict";

// add new predicates HERE
remap("command.add.includeFilteredDependencies", "command.add.includeDependencies", { alsoRoot: true }),
remap("command.add.includeFilteredDependents", "command.add.includeDependents", { alsoRoot: true }),
remap("command.bootstrap.includeFilteredDependencies", "command.bootstrap.includeDependencies"),
remap("command.bootstrap.includeFilteredDependents", "command.bootstrap.includeDependents"),
remap("command.clean.includeFilteredDependencies", "command.clean.includeDependencies"),
remap("command.clean.includeFilteredDependents", "command.clean.includeDependents"),
remap("command.exec.includeFilteredDependencies", "command.exec.includeDependencies"),
remap("command.exec.includeFilteredDependents", "command.exec.includeDependents"),
remap("command.list.includeFilteredDependencies", "command.list.includeDependencies"),
remap("command.list.includeFilteredDependents", "command.list.includeDependents"),
remap("command.run.includeFilteredDependencies", "command.run.includeDependencies"),
remap("command.run.includeFilteredDependents", "command.run.includeDependents"),
remap("command.version.githubRelease", "command.version.createRelease", {

@@ -11,0 +23,0 @@ toValue: value => value && "github",

4

package.json
{
"name": "@lerna/project",
"version": "3.16.0",
"version": "3.18.0",
"description": "Lerna project configuration",

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

},
"gitHead": "8ca18bedecf4f141c6242a099086e84b2ced72de"
"gitHead": "0ea8fb136f408fb4de3fd39bb7069d976235d53d"
}
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