# electron-installer-common

> Common functionality for creating distributable Electron apps

Latest version **0.10.4** (published 2025-01-06) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install electron-installer-common
pnpm add electron-installer-common
yarn add electron-installer-common
bun add electron-installer-common
```

## Health

**Score 50/100 (C)** — status: stable.

Positive: has types; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 0.10.4 |
| Published | 2025-01-06 |
| First published | 2018-12-13 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >= 10.0.0 |
| Dependencies | 9 |
| Unpacked size | 44.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 11 |
| Author | Mark Lee |
| Maintainers | marshallofsound, electron-cfa, malept, fcastilloec |
| Keywords | electron, installer |

## Links

- npm: https://www.npmjs.com/package/electron-installer-common
- Repository: https://github.com/electron-userland/electron-installer-common
- Homepage: https://github.com/electron-userland/electron-installer-common#readme
- Issues: https://github.com/electron-userland/electron-installer-common/issues
- Funding: https://github.com/electron-userland/electron-installer-common?sponsor=1
- npm.io page: https://npm.io/package/electron-installer-common

## Dependencies (9)

- [glob](https://npm.io/package/glob.md) ^7.1.4
- [debug](https://npm.io/package/debug.md) ^4.1.1
- [lodash](https://npm.io/package/lodash.md) ^4.17.15
- [semver](https://npm.io/package/semver.md) ^7.1.1
- [fs-extra](https://npm.io/package/fs-extra.md) ^9.0.0
- [tmp-promise](https://npm.io/package/tmp-promise.md) ^3.0.2
- [parse-author](https://npm.io/package/parse-author.md) ^2.0.0
- [@electron/asar](https://npm.io/package/@electron/asar.md) ^3.2.5
- [@malept/cross-spawn-promise](https://npm.io/package/@malept/cross-spawn-promise.md) ^1.0.0

## Recent versions

- 0.10.4 (latest) — 2025-01-06
- 0.10.3 — 2020-08-25
- 0.10.2 — 2020-06-25
- 0.10.1 — 2020-02-13
- 0.10.0 — 2020-01-21
- 0.9.0 — 2020-01-17
- 0.8.0 — 2019-12-14
- 0.7.3 — 2019-06-19
- 0.7.2 — 2019-06-12
- 0.7.1 — 2019-06-09
- 0.7.0 — 2019-05-25
- 0.6.3 — 2019-05-03
- 0.6.2 — 2019-03-08
- 0.6.1 — 2019-02-20
- 0.6.0 — 2019-01-23
- … 8 more at https://npm.io/package/electron-installer-common/versions

## README

# `electron-installer-common`

[![Build Status](https://github.com/electron-userland/electron-installer-common/workflows/CI/badge.svg)](https://github.com/electron-userland/electron-installer-common/actions?query=workflow:CI)
[![codecov](https://codecov.io/gh/electron-userland/electron-installer-common/branch/main/graph/badge.svg)](https://codecov.io/gh/electron-userland/electron-installer-common)

`electron-installer-common` provides common functionality for creating distributable Electron apps.

## Requirements

Requires Node 10 or greater.

## Legal

This project is copyrighted under the Apache License (version 2). See LICENSE for details.

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