Last 12 weeks · 0 commits
4 of 6 standards met
Repository: sindresorhus/string-hash. Description: Get the hash of a string Stars: 68, Forks: 6. Primary language: JavaScript. Languages: JavaScript (95.2%), TypeScript (4.8%). License: MIT. Topics: hash-code, hashing, node-module, npm-package, string-hash. Latest release: v2.0.0 (4y ago). Open PRs: 0, open issues: 0. Last activity: 4y ago. Community health: 71%. Top contributors: sindresorhus, BendingBender, Richienb.
While looking for a package that generates FNV hashes, I came upon both and . I got rather confused trying to find a relevant difference between them, so I fully read through both readme files, then finally the source code itself, where it turned out that this package is merely a one-line wrapper around the other one. I'm not really sure what the rationale behind this is, but maybe you could add a short sentence to the readme files so that later visitors don't get confused in the same way I did.