# fast-sourcemap-concat

> Concatenate files while generating or propagating sourcemaps.

Latest version **2.1.1** (published 2023-07-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install fast-sourcemap-concat
pnpm add fast-sourcemap-concat
yarn add fast-sourcemap-concat
bun add fast-sourcemap-concat
```

## 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.1.1 |
| Published | 2023-07-20 |
| First published | 2014-12-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | 10.* \|\| >= 12.* |
| Dependencies | 7 |
| Unpacked size | 19.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16 |
| Author | Edward Faulkner |
| Maintainers | ef4, rwjblue, turbo87, stefanpenner, jacobq |

## Links

- npm: https://www.npmjs.com/package/fast-sourcemap-concat
- Repository: https://github.com/ef4/fast-sourcemap-concat
- Homepage: https://github.com/ef4/fast-sourcemap-concat#readme
- Issues: https://github.com/ef4/fast-sourcemap-concat/issues
- npm.io page: https://npm.io/package/fast-sourcemap-concat

## Dependencies (7)

- [chalk](https://npm.io/package/chalk.md) ^2.0.0
- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.0
- [fs-extra](https://npm.io/package/fs-extra.md) ^5.0.0
- [source-map](https://npm.io/package/source-map.md) ^0.4.2
- [memory-streams](https://npm.io/package/memory-streams.md) ^0.1.3
- [source-map-url](https://npm.io/package/source-map-url.md) ^0.3.0
- [heimdalljs-logger](https://npm.io/package/heimdalljs-logger.md) ^0.1.9

## Recent versions

- 2.1.1 (latest) — 2023-07-20
- 2.1.0 — 2019-12-11
- 2.0.0 — 2019-12-10
- 1.4.0 — 2018-08-14
- 1.3.2 — 2018-07-18
- 1.3.1 — 2018-07-10
- 1.3.0 — 2018-05-01
- 1.2.5 — 2018-03-27
- 1.2.4 — 2018-02-16
- 1.2.3 — 2017-08-14
- 1.2.2 — 2017-08-11
- 1.2.1 — 2017-08-11
- 1.2.0 — 2017-07-18
- 1.1.0 — 2016-10-05
- 1.0.4 — 2016-10-04
- … 18 more at https://npm.io/package/fast-sourcemap-concat/versions

## README

Fast Source Map Concatenation
-----------------------------

[![Build Status](https://travis-ci.org/ef4/fast-sourcemap-concat.svg?branch=master)](https://travis-ci.org/ef4/fast-sourcemap-concat)
[![Build status](https://ci.appveyor.com/api/projects/status/0iy8on5vieoh3mp2/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/fast-sourcemap-concat/branch/master)

This library lets you concatenate files (with or without their own
pre-generated sourcemaps), and get a single output file along with a
sourcemap.

It was written for use in ember-cli via broccoli-sourcemap-concat.

source-map dependency
---------------------

We depend on mozilla's source-map library, but only to use their
base64-vlq implementation, which is in turn based on the version in
the Closure Compiler.

We can concatenate much faster than source-map because we are
specifically optimized for line-by-line concatenation.

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