# silence-chromium

> Silence non-essential output from electron/chromium/etc.

Latest version **2.0.0** (published 2015-04-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install silence-chromium
pnpm add silence-chromium
yarn add silence-chromium
bun add silence-chromium
```

Provides the command `silence-chromium`.

## 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 | 2.0.0 |
| Published | 2015-04-30 |
| First published | 2015-04-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Beau Gunderson |
| Maintainers | beaugunderson |
| Keywords | electron, debug, verbose, log |

## Links

- npm: https://www.npmjs.com/package/silence-chromium
- Repository: https://github.com/beaugunderson/silence-chromium
- Homepage: https://github.com/beaugunderson/silence-chromium#readme
- Issues: https://github.com/beaugunderson/silence-chromium/issues
- npm.io page: https://npm.io/package/silence-chromium

## Dependencies (2)

- [byline](https://npm.io/package/byline.md) ^4.2.1
- [epipebomb](https://npm.io/package/epipebomb.md) ^0.1.1

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 2.0.0 (latest) — 2015-04-30
- 1.2.0 — 2015-04-29
- 1.1.0 — 2015-04-29
- 1.0.0 — 2015-04-29

## README

## silence-chromium

Filter out spurious log messages for chromium/electron stderr.

### examples

```bash
$ # just filter stderr, works in bash/zsh
$ electron index.js 2> >(silence-chromium)
$ # pipe stderr to stdout and filter both, works in sh/bash/zsh
$ electron index.js 2>&1 | silence-chromium
```

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