# lerna-script-tasks-depcheck

> tasks for running depcheck for all modules

Latest version **1.4.0** (published 2021-04-11) · ISC license · 0 weekly downloads

## Install

```sh
npm install lerna-script-tasks-depcheck
pnpm add lerna-script-tasks-depcheck
yarn add lerna-script-tasks-depcheck
bun add lerna-script-tasks-depcheck
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.0 |
| Published | 2021-04-11 |
| First published | 2017-09-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 5.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 163 |
| Author | Vilius Lukosius |
| Maintainers | viliusl, hugebdu, hugebdu2 |

## Links

- npm: https://www.npmjs.com/package/lerna-script-tasks-depcheck
- Repository: https://github.com/wix/lerna-script
- Homepage: https://github.com/wix/lerna-script/tree/master/tasks/depcheck
- Issues: https://github.com/wix/lerna-script/issues
- npm.io page: https://npm.io/package/lerna-script-tasks-depcheck

## Dependencies (2)

- [colors](https://npm.io/package/colors.md) 1.4.0
- [depcheck](https://npm.io/package/depcheck.md) 0.9.2

## Recent versions

- 1.4.0 (latest) — 2021-04-11
- 1.3.3 — 2020-11-01
- 1.3.2 — 2020-05-24
- 1.3.1 — 2020-05-24
- 1.3.0 — 2020-05-14
- 1.2.1 — 2020-04-30
- 1.2.0 — 2020-02-18
- 1.1.2 — 2020-01-21
- 1.1.1 — 2019-09-16
- 1.1.0 — 2019-09-16
- 1.0.1-alpha.0 — 2019-08-29
- 1.0.0-0 — 2019-08-29
- 0.10.0 — 2019-08-28
- 0.9.6 — 2019-02-25
- 0.9.5 — 2018-12-12
- … 26 more at https://npm.io/package/lerna-script-tasks-depcheck/versions

## README

# lerna-script-tasks-depcheck

[lerna-script](../..) task that:

- runs [depcheck](https://github.com/depcheck/depcheck) for all modules.

## install

```bash
npm install --save-dev lerna-script-tasks-depcheck
```

## API

### ({[packages], [depcheck]})(log): Promise

Run depcheck for all modules incrementally.

Parameters:

- packages - list of packages to to run depcheck for or defaults to ones defined in `lerna.json`;
- depcheck - options for [depcheck](https://github.com/depcheck/depcheck) task.
- log - `npmlog` instance.

---
_Source: https://npm.io/package/lerna-script-tasks-depcheck · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
