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

    @lerna/listable

Shared logic for listing package information


Version published
Weekly downloads
448K
decreased by-5.22%
Maintainers
2
Install size
12.4 MB
Created
Weekly downloads
 

Changelog

Source

3.10.0 (2019-01-08)

Bug Fixes

  • publish: Correctly determine canary version when --include-merged-tags present (fb2a1b2), closes #1820

Features

  • lerna: Use --exact version ranges between sibling dependencies (02a067f)
  • version: Add --no-changelog option (#1854) (d73d823), closes #1852

Readme

Source

@lerna/listable

Shared logic for listing package information

This is an internal package for Lerna, YMMV.

Usage

listable.format()

const listable = require("@lerna/listable");

const { text, count } = listable.format(packages, options);

listable.options()

const listable = require("@lerna/listable");

exports.builder = yargs => {
  listable.options(yargs);
};

Keywords

FAQs

Last updated on 08 Jan 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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