šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

@emotion/hash

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/hash

A MurmurHash2 implementation

0.9.2
latest
Source
npm
Version published
Weekly downloads
16M
4.23%
Maintainers
4
Weekly downloads
Ā 
Created

What is @emotion/hash?

@emotion/hash is a small utility for generating hash values from strings. It is often used in CSS-in-JS libraries to create unique class names based on the content of the styles.

What are @emotion/hash's main functionalities?

Generate Hash

This feature allows you to generate a hash value from a given string. The hash function takes a string as input and returns a unique hash value.

const hash = require('@emotion/hash');
const hashedValue = hash('some string to hash');
console.log(hashedValue);

Other packages similar to @emotion/hash

FAQs

Package last updated on 19 Jul 2024

Did you know?

Socket

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.

Install

Related posts