unique-string
Advanced tools
Weekly downloads
Readme
Generate a unique random string
$ npm install unique-string
import uniqueString from 'unique-string';
uniqueString();
//=> 'b4de2a49c8ffa3fbee04446f045483b2'
Returns a 32 character unique string. Matches the length of MD5, which is unique enough for non-crypto purposes.
FAQs
Generate a unique random string
The npm package unique-string receives a total of 14,178,313 weekly downloads. As such, unique-string popularity was classified as popular.
We found that unique-string demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.