# pvutils

> Common utilities for products from Peculiar Ventures

Latest version **1.2.0** (published 2026-08-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install pvutils
pnpm add pvutils
yarn add pvutils
bun add pvutils
```

## Health

**Score 75/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2026-08-05 |
| First published | 2016-08-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=16.0.0 |
| Dependencies | 0 |
| Unpacked size | 30.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 6 |
| Author | Yury Strozhevsky |
| Maintainers | peculiarventures, microshine |

## Links

- npm: https://www.npmjs.com/package/pvutils
- Repository: https://github.com/PeculiarVentures/pvutils
- Homepage: https://github.com/PeculiarVentures/pvutils#readme
- Issues: https://github.com/PeculiarVentures/pvutils/issues
- npm.io page: https://npm.io/package/pvutils

## Recent versions

- 1.2.0 (latest) — 2026-08-05
- 1.1.5 — 2025-10-24
- 1.1.4 — 2025-10-24
- 1.1.3 — 2022-03-02
- 1.1.2 — 2022-02-22
- 1.1.1 — 2022-02-22
- 1.1.0 — 2022-02-22
- 1.0.17 — 2019-02-24
- 1.0.16 — 2018-06-28
- 1.0.15 — 2018-06-02
- 1.0.14 — 2018-05-16
- 1.0.13 — 2018-05-08
- 1.0.12 — 2018-03-29
- 1.0.11 — 2018-02-26
- 1.0.10 — 2018-02-16
- … 8 more at https://npm.io/package/pvutils/versions

## README

<h1 align="center">
  pvutils
</h1>

<div align="center">

![NPM License](https://img.shields.io/npm/l/pvutils)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/PeculiarVentures/pvutils/test.yml?label=test)
[![npm version](https://img.shields.io/npm/v/pvutils.svg)](https://www.npmjs.com/package/pvutils)
![Coveralls](https://img.shields.io/coverallsCoverage/github/PeculiarVentures/pvutils)
[![npm downloads](https://img.shields.io/npm/dm/pvutils.svg)](https://www.npmjs.com/package/pvutils)

</div>

`pvutils` is a set of common utility functions used in various Peculiar Ventures Javascript based projects.

Some example capabilities included in `pvutils` include:

- Converting dates into UTC,
- Converting an "ArrayBuffer" into a hexdecimal string,
- Converting a number from 2^base to 2^10,
- Converting a number from 2^10 to 2^base,
- Concatenate two ArrayBuffers,
- And more...

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