Socket
Socket
Sign inDemoInstall

@lerna/listable

Package Overview
Dependencies
238
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.6.0 to 3.10.0

8

CHANGELOG.md

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

# [3.10.0](https://github.com/lerna/lerna/compare/v3.9.1...v3.10.0) (2019-01-08)
**Note:** Version bump only for package @lerna/listable
# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)

@@ -8,0 +16,0 @@

6

package.json
{
"name": "@lerna/listable",
"version": "3.6.0",
"version": "3.10.0",
"description": "Shared logic for listing package information",

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

"dependencies": {
"@lerna/batch-packages": "^3.6.0",
"@lerna/batch-packages": "3.10.0",
"chalk": "^2.3.1",
"columnify": "^1.5.4"
},
"gitHead": "8cc3196014f6fe8c9b41477b975c527d017a3daf"
"gitHead": "ea8ffa7eb7f63cadc8534332ac3e19f6214ea6da"
}

@@ -12,3 +12,3 @@ # `@lerna/listable`

```js
const listable = require('@lerna/listable');
const listable = require("@lerna/listable");

@@ -21,3 +21,3 @@ const { text, count } = listable.format(packages, options);

```js
const listable = require('@lerna/listable');
const listable = require("@lerna/listable");

@@ -24,0 +24,0 @@ exports.builder = yargs => {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc