imurmurhash
npmv0.1.4An 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.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
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.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| imurmurhashthis page | 0 | 1 | MIT | 13 years ago |
| fast-json-stable-stringify | 137.5M | 2 | MIT | 1 day ago |
| json-stable-stringify-without-jsonify | 72.1M | 1 | MIT | 1 day ago |
| @noble/hashes | 59.6M | 1 | MIT | 1 day ago |
| tweetnacl | 32.2M | 2 | Unlicense | 1 day ago |
| @expo/fingerprint | 0 | 2 | MIT | 1 day ago |
Used by
Popular packages that depend on imurmurhash.
Relationship graph
Dependencies (left) and dependents (right) of imurmurhash.
Frequently installed together
Runtime typescript and ESM support for Node.js
Constants and utilities about visitor keys to traverse AST.
Escape RegExp special characters
TypeScript definitions for estree
An AST-based pattern checker for JavaScript.
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
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
Prettier is an opinionated code formatter
Helper utilities for creating ESLint configuration
ECMAScript parsing infrastructure for multipurpose analysis
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
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.
Release history
No releases in the last two years, typically about 2 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 0.1.4latest | 13 years ago | — | MIT |
| 0.1.3 | 13 years ago | — | MIT |
| 0.1.2 | 13 years ago | — | MIT |
| 0.1.1 | 13 years ago | — | MIT |
| 0.0.1 | 13 years ago | — | MIT |
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
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.