murmurHash3.js
murmurHash3.js copied to clipboard
Please publish a new version of this module
I have submitted a PR to the fork @pid was maintaining to mark it as deprecated. https://github.com/pid/murmurHash3js/pull/5
Can you please publish a new version (possibly v3.2.0) of the module I believe we would just have to merge the above PR and update the repo description once a new version has been published. Thanks!
I’d need to get the murmurhash3js name from npm in order to do so. There is a process for this, but I haven’t had time to go through it.
ah i see. Is it not possible for @pid to add you as an owner so you can publish the package?
It is indeed, though they may not be available to use this process.
This package seems valuable though, perhaps instead you could publish it under a different name?
The proper support for UTF-8 is a super important issue with the old library. It makes it very difficult to port existing databases that were using Murmurhash on JavaScripts UTF-16.
What I could do is begin the dispute resolution process. @pid and I had discussed doing a changeover in the past but one or both of us got swamped with other things and so we never made the hand off.
Has any progress been made in regards to publishing to NPM? I'm currently in need of this package
You can add a github repo into your package.json instead of an NPM package to use it in the meantime. Or an alternative NPM package name could be used if it doesn't look like it'll have success reclaiming the original package name.
When I was looking into which package to use, it was a bit confusing with all the choices present, then discovering the maintenance and fork history involved to end up realizing this is the project that you probably would want to use. Probably not much that can be done about that discovery issue without getting ownership of the NPM package name unfortunately.
What about uploading the built files to GitHub packages? so that people can already start to use the new version of this library even if the name isn't available on NPM yet?
Hey, what's the status of this? I'm looking into having a murmur3 package that gives me 128bit hashes as Uint8Arrays which match the reference implementation. This is exactly what I'm looking for. I'd love to have it on npmjs. :hearts:
It seems like technically the package is under your control, you only need to publish: https://www.npmjs.com/~karanlyons