pvorb/node-md5

NPM module not in sync with git repo

rreusser opened this issue · 2 comments

Hi, @pvorb. Thanks for the module! As @stf1981 noted in #49 (comment), it looks like the npm module was published three years ago while #47 was merged more recently. Is it possible to published the updated version? Thanks so much!

Switched to native

const md5 = crypto.createHash("md5").update("hello world").digest("hex");
pvorb commented

@rreusser fixed