ohash icon indicating copy to clipboard operation
ohash copied to clipboard

Super fast hashing library based on murmurhash3 written in Vanilla JS

Results 33 ohash issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`7.5.2` -> `7.13.1`](https://renovatebot.com/diffs/npm/pnpm/7.5.2/7.13.1) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/unjs/ohash). ## Open The following updates have all...

Hello @pi0. I created the `useHash()` function that supported the xxHash32 algorithm from `hash-wasm` or native SHA-256 (with fallback). Resolves #14, differences: * for smaller base64 hashes (< 10 symbols)...

Reference: https://github.com/nuxt/framework/pull/5661

```js require('ohash').hash('ufo') // '2247144487' require('ohash').hash('vue') // '2247144487' ``` related: https://github.com/nuxt/framework/pull/5398

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitest/coverage-v8](https://togithub.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme) ([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)) | [`^0.34.6` -> `^1.6.0`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/0.34.6/1.6.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v3` -> `v4` | ---...

Resolves #25 Add a new `asyncHash` to leverage the native platform hashing mechanism using [`SubtleCrypto digest()`](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/digest). When not available, ohash falls back to js implementation. Benchmarks: local run `node benchmark/hash.mjs`...

Now that we have [uncrypto](https://github.com/unjs/uncrypto), we can expose same utils, powered by crypto hash.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^20.12.8` -> `^20.14.9`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.8/20.14.9) |...