# analytics-utils

> Analytics utility functions used by 'analytics' module

Latest version **1.1.1** (published 2025-08-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install analytics-utils
pnpm add analytics-utils
yarn add analytics-utils
bun add analytics-utils
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2025-08-07 |
| First published | 2018-10-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 145.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2663 |
| Author | David Wells <hello@davidwells.io> |
| Maintainers | davidwells |
| Keywords | analytics, analytics-project, analytics-utilities |

## Links

- npm: https://www.npmjs.com/package/analytics-utils
- Repository: https://github.com/DavidWells/analytics
- npm.io page: https://npm.io/package/analytics-utils

## Dependencies (2)

- [dlv](https://npm.io/package/dlv.md) ^1.1.3
- [@analytics/type-utils](https://npm.io/package/@analytics/type-utils.md) ^0.6.4

## Recent versions

- 1.1.1 (latest) — 2025-08-07
- 1.1.0 — 2025-08-06
- 1.0.14 — 2024-12-12
- 1.0.13 — 2024-12-11
- 1.0.12 — 2023-05-27
- 1.0.11 — 2023-05-27
- 1.0.10 — 2022-03-18
- 1.0.9 — 2022-02-05
- 1.0.8 — 2022-01-03
- 1.0.7 — 2022-01-02
- 1.0.6 — 2021-12-12
- 1.0.5 — 2021-10-24
- 1.0.4 — 2021-10-17
- 1.0.3 — 2021-08-27
- 1.0.2 — 2021-08-05
- … 40 more at https://npm.io/package/analytics-utils/versions

## README

# Analytics Utility functions

Common analytic utility functions for [analytics](https://www.npmjs.com/package/analytics)

## Install

```bash
npm install analytics-utils --save
```

Or as a script tag:

```html
<script src="https://unpkg.com/analytics-utils/dist/analytics-utils.min.js"></script>
```

## Special thanks

- [A small guide to create extra small libraries](https://medium.com/@kelin2025/writing-js-libraries-less-than-1tb-size-6342da0c006a)
- [How to write and build JS libraries in 2018](https://medium.com/@kelin2025/so-you-wanna-use-es6-modules-714f48b3a953)

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