paulmillr / micro-key-producer

Produces secure keys and passwords. Supports SSH, PGP, BLS, OTP and many other formats
MIT License
43 stars 12 forks source link

Publish latest version to npm #11

Closed mahnunchik closed 1 year ago

mahnunchik commented 1 year ago

Could you please publish latest version to npm.

0.4.1 version is last in npm https://www.npmjs.com/package/ed25519-keygen?activeTab=versions

paulmillr commented 1 year ago

npm/github does not allow me to. There is some error. I've contacted them 1-2 months ago, still not resolved.

mahnunchik commented 1 year ago

npm WARN deprecated @noble/curves@0.8.3: Upgrade to 1.0.0 or higher for audited version

Maybe there is sense to publish module to namespace?

paulmillr commented 1 year ago

I will, as soon as it gets audited, it will be moved into @scure. Not noble since it's not cryptography.

As for 0.8.3 warning: if they don't fix the issue, I should remove the warning for now.

mahnunchik commented 1 year ago

@paulmillr could you please clarify when the library could be moved to @scure or be updated by current npm name?

paulmillr commented 1 year ago

The goal is to move under the scure name later this year.

No NPM updates until then, feel free to use your fork for now.

paulmillr commented 1 year ago

Any ideas on a new package name that would be under @scure/, if they won't allow to use keygen?

mahnunchik commented 1 year ago

Maybe ed25519-key or ed25519-utils

paulmillr commented 1 year ago

0.4.8 is out finally