# @emotion/hash

> A MurmurHash2 implementation

Latest version **0.9.2** (published 2024-07-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install @emotion/hash
pnpm add @emotion/hash
yarn add @emotion/hash
bun add @emotion/hash
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.9.2 |
| Published | 2024-07-19 |
| First published | 2018-04-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 9.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | emmatown, tkh44, emotion-release-bot, andarist |

## Links

- npm: https://www.npmjs.com/package/@emotion/hash
- Repository: https://github.com/emotion-js/emotion.git#main
- Homepage: https://github.com/emotion-js/emotion/tree/main#readme
- Issues: https://github.com/emotion-js/emotion/issues
- npm.io page: https://npm.io/package/@emotion/hash

## Recent versions

- 0.9.2 (latest) — 2024-07-19
- 10.0.0-really-unsafe-please-do-not-use.2 (really-unsafe-please-do-not-use) — 2018-09-28
- 0.9.1 — 2023-05-06
- 0.9.0 — 2022-07-31
- 0.8.0 — 2020-03-02
- 0.7.4 — 2019-12-22
- 0.7.3 — 2019-09-17
- 0.7.2 — 2019-06-25
- 0.7.1 — 2018-11-20
- 0.7.0 — 2018-10-13
- 10.0.0-really-unsafe-please-do-not-use.1 — 2018-09-28
- 10.0.0-really-unsafe-please-do-not-use.0 — 2018-09-27
- 0.6.6 — 2018-09-20
- 0.6.5 — 2018-07-15
- 0.6.4 — 2018-07-14
- … 2 more at https://npm.io/package/@emotion/hash/versions

## README

# @emotion/hash

> A MurmurHash2 implementation

```jsx
import hash from '@emotion/hash'

hash('some-string') // 12fj1d
```

The source of this is from https://github.com/garycourt/murmurhash-js/blob/master/murmurhash2_gc.js.

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