# @safe-global/safe-core-sdk-utils

> Safe Core SDK Utilities

Latest version **1.7.4** (published 2023-07-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install @safe-global/safe-core-sdk-utils
pnpm add @safe-global/safe-core-sdk-utils
yarn add @safe-global/safe-core-sdk-utils
bun add @safe-global/safe-core-sdk-utils
```

## Health

**Score 40/100 (D)** — status: abandoned.

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

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.7.4 |
| Published | 2023-07-03 |
| First published | 2022-11-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 67.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 324 |
| Author | Safe |
| Maintainers | germartinez, dasanra |
| Keywords | Ethereum, Safe, SDK |

## Links

- npm: https://www.npmjs.com/package/@safe-global/safe-core-sdk-utils
- Repository: https://github.com/safe-global/safe-core-sdk
- Homepage: https://github.com/safe-global/safe-core-sdk#readme
- Issues: https://github.com/safe-global/safe-core-sdk/issues
- npm.io page: https://npm.io/package/@safe-global/safe-core-sdk-utils

## Dependencies (3)

- [semver](https://npm.io/package/semver.md) ^7.3.8
- [web3-utils](https://npm.io/package/web3-utils.md) ^1.8.1
- [@safe-global/safe-core-sdk-types](https://npm.io/package/@safe-global/safe-core-sdk-types.md) ^1.9.2

## Recent versions

- 1.7.4 (latest) — 2023-07-03
- 1.7.3 — 2023-04-26
- 1.7.2 — 2023-02-23
- 1.7.1 — 2023-01-26
- 1.7.0 — 2023-01-23
- 1.6.0 — 2022-12-20
- 1.5.0 — 2022-11-28

## README

# Safe Core SDK Utils

[![NPM Version](https://badge.fury.io/js/%40safe-global%2Fsafe-core-sdk-utils.svg)](https://badge.fury.io/js/%40safe-global%2Fsafe-core-sdk-utils)
[![GitHub Release](https://img.shields.io/github/release/safe-global/safe-core-sdk.svg?style=flat)](https://github.com/safe-global/safe-core-sdk/releases)
[![GitHub](https://img.shields.io/github/license/safe-global/safe-core-sdk)](https://github.com/safe-global/safe-core-sdk/blob/main/LICENSE.md)

Utilities for the [Safe Core SDK](https://github.com/safe-global/safe-core-sdk) monorepo.

## Table of contents
* [Installation](#installation)
* [Build](#build)

## <a name="installation">Installation</a>

Install the package with yarn or npm:

```bash
yarn install
npm install
```

## <a name="build">Build</a>

Build the package with yarn or npm:

```bash
yarn build
npm build
```

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