simonepri / upash

🔒Unified API for password hashing algorithms

Home Page:https://www.npmjs.com/upash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No valid versions available for @upash/universal

davemeehan opened this issue · comments

I'm submitting a

  • [x ] bug report
  • feature request
  • support request => Please do not submit support request here, see note at the top of this template.

Checklist

  • [x ] Searched both open and closed issues for duplicates of this issue
  • [x ] Title adequately and concisely reflects the feature or the bug

## 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

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!

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 :-)

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.