consistent-hash-js icon indicating copy to clipboard operation
consistent-hash-js copied to clipboard

consistent hashing in javascript

Results 2 consistent-hash-js issues
Sort by recently updated
recently updated
newest added

## Version 1.2.1 ## Repro ```sh % npm install consistent-hash added 2 packages, changed 1 package, and audited 4 packages in 1s found 0 vulnerabilities % grep files node_modules/consistent-hash/package.json "files":...

this implementation has bugs below is test case ` test('Should getHash - be same always be same', async () => { for (let i = 0; i < 100; i++)...