node-md5 icon indicating copy to clipboard operation
node-md5 copied to clipboard

a JavaScript function for hashing messages with MD5

Results 14 node-md5 issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...

dependencies

hi, thank you for this useful package... how can we use it with new import syntax? i tried ` import {md5} from 'md5'; ` but its not working..

Bumps [ms](https://github.com/vercel/ms) to 2.1.3 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `ms` from 0.7.1 to 2.1.3 Release notes Sourced from ms's releases. 2.1.3 Patches...

dependencies

Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependency [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Removes `json5` Updates `webpack` from 2.4.1 to 5.75.0 Release notes Sourced from...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) to 5.0.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 0.2.14 to 5.0.1 Commits 9f49616 5.0.1 cdc3188 don't load the whole...

dependencies

https://www.npmjs.com/package/md5-file works much faster

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

https://github.com/pvorb/node-md5/blob/2d876a38da854da5274008d6966740b176368da4/webpack.config.js#L11

Hi! Thanks for the great module! It's worked well for me, but I get the incorrect result for ArrayBuffer input, even if I wrap it in a Uint8Array. For example,...