-
Notifications
You must be signed in to change notification settings - Fork 18
Comparing changes
Open a pull request
base repository: marc136/node-folder-hash
base: v4.0.2
head repository: marc136/node-folder-hash
compare: v4.0.3
- 17 commits
- 6 files changed
- 2 contributors
Commits on Jun 15, 2022
-
Add
base64url
encoding for file-safe hashesThe next major version will switch to use `base64url` as the default, see #152 base64 encoding contains `+` and `/`, which are replaced with `-` and `_` in base64url encoding. See the specification table on https://datatracker.ietf.org/doc/html/rfc4648#section-5
Configuration menu - View commit details
-
Copy full SHA for c7e1508 - Browse repository at this point
Copy the full SHA c7e1508View commit details -
Bump minimist from 1.2.5 to 1.2.6 (#144)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4518e6a - Browse repository at this point
Copy the full SHA 4518e6aView commit details
Commits on Jun 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e4e3c08 - Browse repository at this point
Copy the full SHA e4e3c08View commit details -
Retry hashing an element after
EMFILE
andENFILE
errorsFixes #146 and works around `graceful-fs` not implementing the fs/promises API.
Configuration menu - View commit details
-
Copy full SHA for bdb594f - Browse repository at this point
Copy the full SHA bdb594fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 309a9b9 - Browse repository at this point
Copy the full SHA 309a9b9View commit details -
Remove
graceful-fs
because theEMFILE
andENFILE
errors are alr……eady handled Reason was that graceful-fs does not patch the fs/promise API and only a tiny change was needed to handle errors from `fs.createReadStream`.
Configuration menu - View commit details
-
Copy full SHA for 2337288 - Browse repository at this point
Copy the full SHA 2337288View commit details
Commits on Jan 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d8b5fa5 - Browse repository at this point
Copy the full SHA d8b5fa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f23a473 - Browse repository at this point
Copy the full SHA f23a473View commit details -
Bump memfs from 3.4.1 to 3.4.13
Bumps [memfs](https://github.com/streamich/memfs) from 3.4.1 to 3.4.13. - [Release notes](https://github.com/streamich/memfs/releases) - [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md) - [Commits](streamich/memfs@v3.4.1...v3.4.13) --- updated-dependencies: - dependency-name: memfs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 574539a - Browse repository at this point
Copy the full SHA 574539aView commit details -
Bump minimatch from 5.0.0 to 5.1.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 5.0.0 to 5.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v5.0.0...v5.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2e524e - Browse repository at this point
Copy the full SHA c2e524eView commit details -
Bump json5 from 2.1.3 to 2.2.3
Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v2.1.3...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81af05f - Browse repository at this point
Copy the full SHA 81af05fView commit details -
Bump ignore from 5.2.0 to 5.2.4
Bumps [ignore](https://github.com/kaelzhang/node-ignore) from 5.2.0 to 5.2.4. - [Release notes](https://github.com/kaelzhang/node-ignore/releases) - [Changelog](https://github.com/kaelzhang/node-ignore/blob/master/CHANGELOG.md) - [Commits](kaelzhang/node-ignore@5.2.0...5.2.4) --- updated-dependencies: - dependency-name: ignore dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8bfdf0 - Browse repository at this point
Copy the full SHA f8bfdf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8d5632 - Browse repository at this point
Copy the full SHA e8d5632View commit details -
Bumps [chai](https://github.com/chaijs/chai) from 4.3.6 to 4.3.7. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md) - [Commits](chaijs/chai@v4.3.6...v4.3.7) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc1765b - Browse repository at this point
Copy the full SHA dc1765bView commit details -
Bump debug from 4.3.3 to 4.3.4
Bumps [debug](https://github.com/debug-js/debug) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](debug-js/debug@4.3.3...4.3.4) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96ee64c - Browse repository at this point
Copy the full SHA 96ee64cView commit details -
Bump jsdoc from 3.6.10 to 4.0.0
Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.10 to 4.0.0. - [Release notes](https://github.com/jsdoc/jsdoc/releases) - [Changelog](https://github.com/jsdoc/jsdoc/blob/main/CHANGES.md) - [Commits](jsdoc/jsdoc@3.6.10...4.0.0) --- updated-dependencies: - dependency-name: jsdoc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b815ce - Browse repository at this point
Copy the full SHA 0b815ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e05a29 - Browse repository at this point
Copy the full SHA 3e05a29View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.2...v4.0.3