# @cashscript/utils

> CashScript utilities and types

Latest version **0.13.3** (published 2026-09-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @cashscript/utils
pnpm add @cashscript/utils
yarn add @cashscript/utils
bun add @cashscript/utils
```

## Health

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

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

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.13.3 |
| Published | 2026-09-15 |
| First published | 2021-03-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 97.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 135 |
| Author | Rosco Kalis |
| Maintainers | rkalis |
| Keywords | bitcoin cash, cashscript, sdk, smart contracts, cashtokens |

## Links

- npm: https://www.npmjs.com/package/@cashscript/utils
- Repository: https://github.com/CashScript/cashscript
- Homepage: https://cashscript.org
- Issues: https://github.com/CashScript/cashscript/issues
- npm.io page: https://npm.io/package/@cashscript/utils

## Dependencies (1)

- [@bitauth/libauth](https://npm.io/package/@bitauth/libauth.md) ^3.1.0-next.8

## Recent versions

- 0.13.3 (latest) — 2026-09-15
- 0.14.0-next.5 (next) — 2026-09-15
- 0.14.0-next.4 — 2026-08-20
- 0.14.0-next.3 — 2026-07-30
- 0.14.0-next.2 — 2026-07-23
- 0.14.0-next.1 — 2026-07-07
- 0.14.0-next.0 — 2026-06-26
- 0.13.2 — 2026-06-23
- 0.13.1 — 2026-06-11
- 0.12.2 — 2026-06-11
- 0.13.0 — 2026-05-26
- 0.13.0-next.9 — 2026-05-21
- 0.13.0-next.8 — 2026-05-12
- 0.13.0-next.7 — 2026-04-14
- 0.13.0-next.6 — 2026-03-17
- … 58 more at https://npm.io/package/@cashscript/utils/versions

## README

# @cashscript/utils

[![Build Status](https://github.com/CashScript/cashscript/actions/workflows/github-actions.yml/badge.svg)](https://github.com/CashScript/cashscript/actions/workflows/github-actions.yml)
[![Coverage Status](https://img.shields.io/codecov/c/github/CashScript/cashscript.svg)](https://codecov.io/gh/CashScript/cashscript)
[![NPM Version](https://img.shields.io/npm/v/@cashscript/utils.svg)](https://www.npmjs.com/package/@cashscript/utils)
[![NPM Monthly Downloads](https://img.shields.io/npm/dm/@cashscript/utils.svg)](hhttps://www.npmjs.com/package/@cashscript/utils)
[![NPM License](https://img.shields.io/npm/l/@cashscript/utils.svg)](https://www.npmjs.com/package/@cashscript/utils)

`@cashscript/utils` is a package containing a number of utilities and types used by both the CashScript compiler and the TypeScript SDK. This package can be used by other applications as well, but it should be considered an unstable API and will not necessarily follow semantic versioning rules. So if you want to use `@cashscript/utils` as a standalone package, it is recommended to specify a specific version (instead of a range) in your `package.json`.

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