heinst / nodejs-md5

A simple node module to give you the md5 of a file or string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module requires crypto npm package

stahnma opened this issue · comments

The crypto npm package has been deprecated. I think this means you shouldn't have to include it in the package.json deps (npm throws warnings because of this). Since crypto is now built in, I think things just work™, but I could be wrong.

I feel like a giant 💩 cause i didnt see this many months ago...idk why I didnt get a notification but thanks for the heads-up!