</>PackageGraphPackageGraph

imurmurhash

npmv0.1.4

An incremental implementation of MurmurHash3

Not recommended for new projects

No — imurmurhash should not be adopted for new projects. Last published 4764 days ago.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • FMaintenance: grade F, Failing.

    Last published 4764 days ago.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies.

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding imurmurhash to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
node >=0.8.19
Module format
CommonJS only
TypeScript
No bundled types
Install scripts
None

Quick start

A usage example from the imurmurhash README.

<script type="text/javascript" src="/scripts/imurmurhash.min.js"></script>
<script>
// Your code here, access iMurmurHash using the global object MurmurHash3
</script>

imurmurhash vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
imurmurhashthis page01MIT13 years ago
fast-json-stable-stringify137.5M2MIT1 day ago
json-stable-stringify-without-jsonify72.1M1MIT1 day ago
@noble/hashes59.6M1MIT1 day ago
tweetnacl32.2M2Unlicense1 day ago
@expo/fingerprint02MIT1 day ago

Used by

Popular packages that depend on imurmurhash.

Relationship graph

Dependencies (left) and dependents (right) of imurmurhash.

eslintimurmurhash
imurmurhash dependencies dependents

Frequently installed together

jitinpm

Runtime typescript and ESM support for Node.js

0/wk15 dependentsMITTS
eslint-visitor-keysnpm

Constants and utilities about visitor keys to traverse AST.

340.8M/wk4 dependentsApache-2.0TS
escape-string-regexpnpm

Escape RegExp special characters

316.5M/wk8 dependentsMIT
@types/estreenpm

TypeScript definitions for estree

152.1M/wk12 dependentsMITTS
eslintnpm

An AST-based pattern checker for JavaScript.

138.4M/wk279 dependentsMITTS
is-globnpm

Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet

137.4M/wk3 dependentsMIT
file-entry-cachenpm

A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run

134.5M/wk1 dependentsMITTS
prettiernpm

Prettier is an opinionated code formatter

114.2M/wk159 dependentsMITTS
@eslint/config-helpersnpm

Helper utilities for creating ESLint configuration

96M/wk1 dependentsApache-2.0TS
esprimanpm

ECMAScript parsing infrastructure for multipurpose analysis

77.6M/wk5 dependentsBSD-2-Clause
json-stable-stringify-without-jsonifynpm

deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies

72.1M/wk1 dependentsMIT
webpacknpm

Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.

49.8M/wk29 dependentsMITTS

Release history

No releases in the last two years, typically about 2 days apart.

Recent versions of imurmurhash
VersionPublishedSizeLicense
0.1.4latest13 years agoMIT
0.1.313 years agoMIT
0.1.213 years agoMIT
0.1.113 years agoMIT
0.0.113 years agoMIT

Overview

imurmurhash is an npm package that an incremental implementation of MurmurHash3. It has 1 known dependents in the graph. The latest version is 0.1.4, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need an incremental implementation of MurmurHash3 and value a focused solution.

When not to use it

Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.

Pros

  • Clear open-source license (MIT).
  • Zero runtime dependencies — minimal footprint.

Cons

  • No bundled TypeScript types (may require a separate @types package).

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Frequently asked questions

Should I use imurmurhash?

No — imurmurhash should not be adopted for new projects. Last published 4764 days ago.

How do I install imurmurhash?

Run `npm install imurmurhash` to add imurmurhash to your npm project.

What license is imurmurhash released under?

imurmurhash is distributed under the MIT license.

How popular is imurmurhash?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on imurmurhash.

Is imurmurhash still maintained?

The most recent release of imurmurhash (v0.1.4) was published 13 years ago.

Does imurmurhash run install scripts?

No. imurmurhash does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.