simonepri / upash

🔒Unified API for password hashing algorithms
https://www.npmjs.com/upash
MIT License
536 stars 24 forks source link

No valid versions available for @upash/universal #7

Closed davemeehan closed 6 years ago

davemeehan commented 6 years ago

I'm submitting a

Checklist

 Information

I'm no longer able to update or install package through npm. I was able to install this a couple months ago. Is this project now defunct?

git:(master) ✗ npm install --save @upash/universal
npm ERR! code ENOVERSIONS
npm ERR! No valid versions available for @upash/universal
simonepri commented 6 years ago

Hi @davemeehan I've unpublished it to do some heavy improvements. (I've decided to unpublish it in order to not let people use non-perfect piece of software for their authentications)

I've almost finished working on it, but it will not be released until the end of this month or more probably near 15th of July.

What are you using it for?

BTW in the meanwhile you can use one of the following (That are the new packages will be used in upash): https://www.npmjs.com/package/@phc/argon2 https://www.npmjs.com/package/@phc/pbkdf2 https://www.npmjs.com/package/@phc/scrypt

Sorry, and thank you for the patience!

davemeehan commented 6 years ago

Hi there, no problem at all! Just wanted to make sure it wasn't an accident. I started using it on a project at work, but I'll temporarily sub in argon2 while you work on it.

Thanks for your work on this nice library :-)

simonepri commented 6 years ago

I keep this open so I can ping you when the new version is get released.

The api is identic so you shouldn't have trouble using the sub packages.

simonepri commented 6 years ago

@davemeehan released 🎊