
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Javascript implementation of jump consistent hash
For a faster node module see jumpsuit
var jumphash = require('jumphash')
// jumphash(key, numBuckets)
// number keys - uses the floor of the absolute value
console.log(jumphash(23102, 16)) // 2
// buffer keys - uses the first 8 bytes as the key
console.log(jumphash(Buffer('1234567890ABCDEF', 'hex'), 1024)) // 888
// string keys - hashes the string with sha1
console.log(jumphash('live long and prosper', 256)) // 9
// optionally, specify a different string hash algorithm
console.log(jumphash('live long and prosper', 256, 'sha256')) // 82
FAQs
jump consistent hash
The npm package jumphash receives a total of 22 weekly downloads. As such, jumphash popularity was classified as not popular.
We found that jumphash 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 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
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.