Socket
Socket
Sign inDemoInstall

@lerna/filter-options

Package Overview
Dependencies
Maintainers
2
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.10.6 to 3.11.0

11

CHANGELOG.md

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

# [3.11.0](https://github.com/lerna/lerna/compare/v3.10.8...v3.11.0) (2019-02-08)
### Bug Fixes
* **filter-options:** Require arguments to --scope and --ignore ([4b81dad](https://github.com/lerna/lerna/commit/4b81dad))
## [3.10.6](https://github.com/lerna/lerna/compare/v3.10.5...v3.10.6) (2019-01-19)

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

2

index.js

@@ -15,2 +15,3 @@ "use strict";

type: "string",
requiresArg: true,
},

@@ -20,2 +21,3 @@ ignore: {

type: "string",
requiresArg: true,
},

@@ -22,0 +24,0 @@ "no-private": {

8

package.json
{
"name": "@lerna/filter-options",
"version": "3.10.6",
"version": "3.11.0",
"description": "Options for lerna sub-commands that need filtering",

@@ -34,7 +34,7 @@ "keywords": [

"dependencies": {
"@lerna/collect-updates": "3.10.1",
"@lerna/filter-packages": "3.10.0",
"@lerna/collect-updates": "3.11.0",
"@lerna/filter-packages": "3.11.0",
"dedent": "^0.7.0"
},
"gitHead": "5a7392e59e6ae5ee8aea10467ffb4b12f3b1e3d1"
"gitHead": "45a05acf2d52a46f553fc1efadf9a32312aca82b"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc