dazoe / ed25519

An Ed25519 implementation for node.js
BSD 2-Clause "Simplified" License
116 stars 49 forks source link

Please update the NPM package #3

Closed heyvito closed 9 years ago

heyvito commented 9 years ago

I noticed your repository is updated to work with node 0.12+, but the NPM package is outdated. Could you please update the package?

19h commented 9 years ago

Actually, he can't. Because some developer / company called @stellar (stellar on npm) cloned the repository and published the module under their name.

To me, this is a non-acceptable behavior and should be punishable by npm's TOS. Nevertheless, I wrote the patch for Node 0.12 / iojs; that is, I just published a version that is on-par with master.

npm install ed25519-native

:beer: Cheers!

heyvito commented 9 years ago

Oh dear! Did someone contact NPM support regarding this issue?

Thank you for the information, I will be updating my package.json asap.