
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@emotion/hash
Advanced tools
A MurmurHash2 implementation
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.
hash.js is a library for creating hash digests of strings and binary data. It supports various hash algorithms like SHA-1, SHA-256, and more. Compared to @emotion/hash, hash.js offers more flexibility in terms of the hashing algorithms you can use.
object-hash is a library for generating hash values from JavaScript objects. It is useful for creating unique identifiers for complex data structures. While @emotion/hash is focused on strings, object-hash provides more functionality for hashing objects.
crypto is a built-in Node.js module that provides cryptographic functionality, including a set of wrappers for OpenSSL's hash functions. It is more comprehensive and versatile compared to @emotion/hash, which is a lightweight, specialized utility.
FAQs
A MurmurHash2 implementation
The npm package @emotion/hash receives a total of 16,743,061 weekly downloads. As such, @emotion/hash popularity was classified as popular.
We found that @emotion/hash demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.