# @apollo/utils.createhash

> Node-agnostic hashing utility

Latest version **3.0.1** (published 2025-01-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install @apollo/utils.createhash
pnpm add @apollo/utils.createhash
yarn add @apollo/utils.createhash
bun add @apollo/utils.createhash
```

## Health

**Score 45/100 (D)** — status: stable.

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

Warnings: low downloads; no esm support.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 3.0.1 |
| Published | 2025-01-02 |
| First published | 2022-02-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=16 |
| Dependencies | 2 |
| Unpacked size | 4.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 41 |
| Author | Apollo |
| Maintainers | trevor.scheer, glasser, dkuc, apollo-bot |
| Keywords | apollo, graphql, typescript, node |

## Links

- npm: https://www.npmjs.com/package/@apollo/utils.createhash
- Repository: https://github.com/apollographql/apollo-utils
- Homepage: https://github.com/apollographql/apollo-utils#readme
- Issues: https://github.com/apollographql/apollo-utils/issues
- npm.io page: https://npm.io/package/@apollo/utils.createhash

## Dependencies (2)

- [sha.js](https://npm.io/package/sha.js.md) ^2.4.11
- [@apollo/utils.isnodelike](https://npm.io/package/@apollo/utils.isnodelike.md) ^3.0.0

## Alternatives

- [apollo-link-http-common](https://npm.io/package/apollo-link-http-common.md) — 879.0K weekly downloads
- [react-relay](https://npm.io/package/react-relay.md) — 336.8K weekly downloads
- [relay-test-utils](https://npm.io/package/relay-test-utils.md) — 181.6K weekly downloads
- [@vendure/core](https://npm.io/package/@vendure/core.md) — 14.8K weekly downloads
- [@pnpm/deps.graph-sequencer](https://npm.io/package/@pnpm/deps.graph-sequencer.md) — 13.4K weekly downloads

## Recent versions

- 3.0.1 (latest) — 2025-01-02
- 2.0.2 — 2025-01-02
- 3.0.0 — 2023-04-17
- 2.0.1 — 2023-04-03
- 2.0.0 — 2022-11-18
- 1.1.0 — 2022-04-26
- 1.0.0 — 2022-02-16

## README

# createHash

Equivalent to Node.js's `crypto.createHash`. Uses the Node.js builtin if
present, otherwise it falls back the the `sha.js` package's implementation.

## Usage

```ts
import { createHash } from "@apollo/utils.createhash";

createHash("sha256").update("foo").digest("hex");
```

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