node-dirsum
node-dirsum copied to clipboard
A small node.js library that computes checksums of directory trees
https://github.com/mcavage/node-dirsum/blob/master/lib/dirsum.js#L64
[qrv15_0.zip](https://github.com/mcavage/node-dirsum/files/2151214/qrv15_0.zip) The file qrv15_0.dat has the hash "97AFF0D35593C126B9628821172B7344" while in your extension returns "35af0c029c18a83b2a5655c1256418ba" due to the line 72 you're reading the files with utf8 encoding while the file is...
- Updated tests and the README with the appropriate changes
Hey, I'd like to use this package for [pnpm](https://github.com/pnpm/pnpm) but I have issues with it because it uses fs not graceful-fs. Would you accept a PR that changes fs usages...
Hello! I needed to get a checksum of a directory, excluding some folders in it when calculating that checksum. So I added a new param 'exclude' to specify folders which...